Browse Skills — Page 42
21,722 public skills · showing 4,101–4,200
- 100/100
clawsec-feed
prompt-security/clawsec
Security advisory feed with automated NVD CVE polling for OpenClaw-related vulnerabilities. Updated daily.
- 100/100
clawsec-nanoclaw
prompt-security/clawsec
Use when checking for security vulnerabilities in NanoClaw skills, before installing new skills, or when asked about security advisories affecting the bot
- 100/100
clawsec-scanner
prompt-security/clawsec
Automated vulnerability scanner for agent platforms. Performs dependency scanning (npm audit, pip-audit), multi-database CVE lookup (OSV, NVD, GitHub Advisory), SAST analysis (Semgrep, Bandit), and agent-specific DAST hook execution testing for OpenClaw hooks.
- 80/100
clawsec-suite
prompt-security/clawsec
ClawSec suite manager with embedded advisory-feed monitoring, cryptographic signature verification, approval-gated malicious-skill response, and guided setup for additional security skills.
- 100/100
clawsweeper
openclaw/openclaw
Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills.
- 60/100
clawtributor
prompt-security/clawsec
Community incident reporting for AI agents. Contribute to collective security by reporting threats.
- 90/100
clay
TerminalSkills/skills
>-
- 100/100
clean
catlog22/Claude-Code-Workflow
Intelligent code cleanup with mainline detection, stale artifact discovery, and safe execution. Supports targeted cleanup and confirmation.
- 100/100
clean-code
diegosouzapw/awesome-omni-skills
Clean Code Skill workflow skill. Use this skill when the user needs This skill embodies the principles of \\\"Clean Code\\\" by Robert C. Martin (Uncle Bob). Use it to transform \\\"code that works\\\" into \\\"code that is clean.\\\" and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
clean-code-reviewer
hylarucoder/hai-stack
Produces a severity-rated (高/中/低) Clean Code findings report across 7 dimensions (naming, function size/SRP, duplication/DRY, over-engineering/YAGNI, magic numbers, structural clarity, project conventions), each with a location and a behavior-preserving refactor suggestion — never changing functionality. Use whenever the user asks for a code review, quality check, refactor advice, or code-smell / Clean Code analysis, OR points at a file/function/diff and asks if it is well-written, too long, too repetitive, over-engineered, or poorly named — even casually, and even if they never say "review" ("I just wrote this, look it over", "does this look good before I commit"). Trigger on 代码体检, 代码质量, 重构检查, 代码审查, 这段代码写得怎么样, 帮我看看代码有没有问题, 有没有坏味道, 这函数是不是太长了, 命名规范吗, 魔法数字, 重复代码, 过度设计, and English like "is this code clean", "any code smells", "check this file".
- 100/100
clean-code-v2
diegosouzapw/awesome-omni-skills
Clean Code Skill workflow skill. Use this skill when the user needs This skill embodies the principles of \\\"Clean Code\\\" by Robert C. Martin (Uncle Bob). Use it to transform \\\"code that works\\\" into \\\"code that is clean.\\\" and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
clean-component-removal
terrylica/cc-skills
Remove TTS and Telegram sync components cleanly. TRIGGERS - uninstall tts, remove telegram bot, uninstall kokoro
- 100/100
clean-data-xls
anthropics/financial-services
Clean up messy spreadsheet data — trim whitespace, fix inconsistent casing, convert numbers-stored-as-text, standardize dates, remove duplicates, and flag mixed-type columns. Use when data is messy, inconsistent, or needs prep before analysis. Triggers on "clean this data", "clean up this sheet", "normalize this data", "fix formatting", "dedupe", "standardize this column", "this data is messy".
- 100/100
cleanrl
mkurman/zorai
Single-file deep reinforcement learning implementations (CleanRL). High-quality standalone implementations of PPO, DQN, C51, SAC, DDPG, TD3 with research-friendly features. Each algorithm is a self-contained file with ~300-500 lines. Includes Atari, MuJoCo, Procgen, PettingZoo multi-agent, and JAX variants. Use for RL algorithm reference, rapid prototyping, and understanding implementation details.
- 100/100
cleanup-deleted
terrylica/cc-skills
user wants to clean up Telegram by purging deleted or ghost accounts from their dialog list and contacts, or removing spam ghosts that clutter.
- 100/100
clearance
anthropics/claude-for-legal
>
- 100/100
clearml
TerminalSkills/skills
Expert guidance for ClearML, the open-source MLOps platform for experiment tracking, pipeline orchestration, data management, and model deployment. Helps developers set up ML experiment tracking with minimal code, build reproducible pipelines, and manage the full ML lifecycle from training to serving.
- 100/100
clearout-automation
ComposioHQ/awesome-claude-skills
"Automate Clearout tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
clerk-auth
TerminalSkills/skills
>-
- 100/100
clerk-auth-v2
diegosouzapw/awesome-omni-skills
Clerk Authentication workflow skill. Use this skill when the user needs Expert patterns for Clerk auth implementation, middleware, and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
cli-anything
openakita/openakita
Control desktop software (GIMP, Blender, LibreOffice, etc.) through CLI-Anything generated command-line interfaces. Calls real application backends — much more reliable than GUI automation via desktop_* tools.
- 100/100
cli-ascii-logo
partme-ai/full-stack-skills
“Generate CLI ASCII art logos and banners with box drawing borders, block characters, and ANSI 24-bit gradients, plus runnable scripts and integration code. Use when the user needs a terminal logo, colored ASCII banner, figlet-style title, or CLI startup welcome page.”
- 100/100
cli-creator
openai/skills
Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.
- 100/100
cli-demo-generator
daymade/claude-code-skills
Generates professional animated CLI demos as GIFs using VHS terminal recordings. Handles tape file creation, self-bootstrapping demos with hidden setup, output noise filtering, post-processing speed-up, and frame-level verification. Use when users want to create terminal demos, record CLI workflows as GIFs, generate animated documentation, build demo tapes for README files, or need to showcase any command-line tool visually. Also triggers on "record terminal", "VHS tape", "demo GIF", "animate my CLI", or any request to visually demonstrate shell commands.
- 100/100
cli-design
joelhooks/joelclaw
"Design and build agent-first CLIs with HATEOAS JSON responses, context-protecting output, and self-documenting command trees. Use when creating new CLI tools, adding commands to existing CLIs (joelclaw, slog), or reviewing CLI design for agent-friendliness. Triggers on 'build a CLI', 'add a command', 'CLI design', 'agent-friendly output', or any task involving command-line tool creation."
- 100/100
cli-developer
aAAaqwq/AGI-Super-Team
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for parsing flags and subcommands, displaying progress bars and spinners, generating bash/zsh/fish completion scripts, CLI design, shell completions, and cross-platform terminal applications using commander, click, typer, or cobra.
- 100/100
cli-discover
vellum-ai/vellum-assistant
Discover which CLI tools are installed, their versions, and authentication status
- 100/100
cli-e2e-testcase-writer
larksuite/cli
Use when adding or updating Go CLI E2E coverage for one `tests/cli_e2e/{domain}` domain of the compiled `lark-cli`, especially when the work requires live `--help` or `schema` exploration, scenario-based `clie2e.RunCmd` workflows, and per-domain `coverage.md` maintenance.
- 100/100
cli-local-build
kurtosis-tech/kurtosis
Build and test the Kurtosis CLI from source. Compile the CLI binary locally, run it against Docker or Kubernetes engines, and iterate on CLI changes without creating a release. Use when developing or debugging CLI commands.
- 100/100
cli-mastery
github/awesome-copilot
'Interactive training for the GitHub Copilot CLI. Guided lessons, quizzes, scenario challenges, and a full reference covering slash commands, shortcuts, modes, agents, skills, MCP, and configuration. Say "cliexpert" to start.'
- 100/100
cli-tools
megalithic/dotfiles
Modern CLI tool usage (fd, rg) for fast file and content searching. Critical for Nix store searches and large codebases. Use when searching files or content, especially in /nix/store.
- 100/100
click-around
stella/stella
Autonomous browser-based QA and UX smoke test. Starts the dev server, takes control of Chrome, walks through user stories for a feature area, monitors the console, and produces a structured report on what works, what breaks, and what feels wrong.
- 100/100
click-path-audit
affaan-m/ECC
Trace every user-facing button/touchpoint through its full state change sequence to find bugs where functions individually work but cancel each other out, produce wrong final state, or leave the UI in an inconsistent state. Use when: systematic debugging found no bugs but users report broken buttons, or after any major refactor touching shared state stores.
- 95/100
clickhouse
TerminalSkills/skills
>
- 100/100
clickhouse-architect
terrylica/cc-skills
ClickHouse schema design and optimization. TRIGGERS - ClickHouse schema, compression codecs, MergeTree, ORDER BY tuning, partition key.
- 45/100
clickhouse-cloud-management
terrylica/cc-skills
ClickHouse Cloud user and permission management. TRIGGERS - create ClickHouse user, ClickHouse permissions, ClickHouse Cloud credentials.
- 90/100
clickhouse-io
affaan-m/ECC
ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
- 80/100
clickhouse-pydantic-config
terrylica/cc-skills
Generate DBeaver config from Pydantic ClickHouse models. TRIGGERS - DBeaver config, ClickHouse connection, database client config.
- 100/100
clickmeeting-automation
ComposioHQ/awesome-claude-skills
"Automate Clickmeeting tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 0/100
clickup
vm0-ai/vm0-skills
ClickUp API for tasks and spaces. Use when user mentions "ClickUp", "clickup.com",
- 100/100
clickup-automation
diegosouzapw/awesome-omni-skills
ClickUp Automation via Rube MCP workflow skill. Use this skill when the user needs Automate ClickUp project management including tasks, spaces, folders, lists, comments, and team operations via Rube MCP (Composio). Always search tools first for current schemas and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
clickup-automation-v2
diegosouzapw/awesome-omni-skills
ClickUp Automation via Rube MCP workflow skill. Use this skill when the user needs Automate ClickUp project management including tasks, spaces, folders, lists, comments, and team operations via Rube MCP (Composio). Always search tools first for current schemas and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
client-comms-log
anthropics/claude-for-legal
>
- 100/100
client-discovery
aAAaqwq/AGI-Super-Team
Analyze client automation/AI requests into structured scoping with hours, pricing, and priorities
- 100/100
client-health-dashboard
OneWave-AI/claude-skills
Generates a comprehensive client health overview across all accounts. Reads CRM data, support tickets, usage metrics, billing, and engagement logs. Calculates health scores, trend direction, and RAG status per client. Outputs a sorted risk report with recommended actions.
- 100/100
client-intake
anthropics/claude-for-legal
>
- 100/100
client-letter
anthropics/claude-for-legal
>
- 100/100
client-onboarding
indranilbanerjee/digital-marketing-pro
Plan client onboarding. Use when: kickoff agenda, discovery questionnaire, account setup checklist, 30-60-90 day plan.
- 100/100
client-proposal
indranilbanerjee/digital-marketing-pro
Draft agency proposals. Use when: pitch deck, scope of work, SLA, capabilities presentation for prospects or clients.
- 100/100
client-proposal-generator
OneWave-AI/claude-skills
Generates full consulting proposals from a brief. Input client name, problem description, and rough scope. Outputs proposal.md with executive summary, problem statement, proposed approach, timeline, team, pricing tiers, and terms. Researches client company for personalization. Multiple pricing models. Professional formatting matching consulting standards.
- 100/100
client-report
anthropics/financial-services
Generate professional client-facing performance reports with portfolio returns, allocation breakdowns, and market commentary. Suitable for quarterly or annual distribution. Triggers on "client report", "performance report", "quarterly report for [client]", "generate reports", or "client statement".
- 100/100
client-report
indranilbanerjee/digital-marketing-pro
Generate client-facing reports. Use when: white-labeled performance report with KPIs, trends, strategic recommendations.
- 100/100
client-review
anthropics/financial-services
Prepare for client review meetings with portfolio performance summary, allocation analysis, talking points, and action items. Pulls together account data into a concise meeting-ready format. Use before quarterly reviews, annual checkups, or ad-hoc client meetings. Triggers on "client review", "meeting prep for [client]", "quarterly review", "prep for [client name]", or "client meeting".
- 100/100
client-scripts
serac-labs/serac
Write ServiceNow client scripts (onLoad/onChange/onSubmit/onCellEdit) using g_form, g_user, GlideAjax, field visibility/mandatory toggles, and validation with debounced server calls.
- 100/100
client-side-routing
BuilderIO/agent-native
>-
- 100/100
client-validation-document
indranilbanerjee/digital-marketing-pro
Produce the Part 5 Client Validation Document — the one true stop where unbiased v1 findings meet the client. Each finding gets ACCEPT/REJECT/EDIT/DEFER decision.
- 100/100
client-workspace
aAAaqwq/AGI-Super-Team
Create client folder structure in Drive, share docs, check permissions before calls
- 100/100
cline
TerminalSkills/skills
>-
- 100/100
clinic-research-design
aipoch/medical-research-skills
Generates a structured prompt framework for clinical study protocols. Supports Diagnostic, Efficacy, Etiology, and Prognosis studies. Calculates sample size and provides logic guides for LLMs.
- 100/100
clinic-sample-size
aipoch/medical-research-skills
Unified tool for calculating sample sizes for Diagnostic, Efficacy, Etiology, and Prognosis clinical studies. Supports various statistical methods (Sensitivity/Specificity, Log-rank, Chi-square, EPV, etc.).
- 100/100
clinical_pharmacology_report
InternScience/scp
Clinical Pharmacology Report - Generate clinical pharmacology report: PK, PD, mechanism, drug interactions, and special populations. Use this skill for clinical pharmacology tasks involving get pharmacokinetics by drug name get pharmacodynamics by drug name get mechanism of action by drug name get drug interactions by drug name get geriatric use info by drug name. Combines 5 tools from 1 SCP server(s).
- 100/100
clinical_trial_drug_profile
InternScience/scp
Clinical Trial Drug Profiling - Profile drug for clinical trials: FDA clinical studies, contraindications, pregnancy info, and geriatric use. Use this skill for clinical research tasks involving get clinical studies info by drug name get contraindications by drug name get pregnancy effects info by drug name get geriatric use info by drug name. Combines 4 tools from 1 SCP server(s).
- 100/100
clinical-case-summary
mohitagw15856/pm-claude-skills
Write a structured clinical case summary or case presentation. Use when asked to write a clinical case summary, case presentation, patient case report, or clinical handover. Produces a structured summary using SBAR or SOAP format. For educational and documentation purposes only — not a substitute for clinical judgement.
- 80/100
clinical-cohort-protocol-designer
aipoch/medical-research-skills
Designs retrospective or prospective clinical cohort study protocols for biomedical and clinical research. Always use this skill when the user needs a cohort-based study plan rather than a general study idea, evidence summary, or mechanistic experiment design. Focus on cohort appropriateness, enrollment logic, baseline time-zero definition, follow-up structure, endpoint definition, variable collection, confounding control, and a coherent primary statistical analysis line. Do not invent data availability, follow-up completeness, outcome ascertainment quality, sample size adequacy, or causal interpretability.
- 100/100
clinical-data-cleaner
aipoch/medical-research-skills
Use when cleaning clinical trial data, preparing data for FDA/EMA submission, standardizing SDTM datasets, handling missing values in clinical studies, detecting outliers in lab results, or converting raw CRF data to CDISC format. Cleans and standardizes clinical trial data for regulatory compliance with audit trails.
- 100/100
clinical-decision-support
K-Dense-AI/scientific-agent-skills
Generate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.
- 100/100
clinical-question-clarifier
aipoch/medical-research-skills
Clarifies a vague clinical or biomedical research idea into a structured, bounded, searchable, researchable, and testable question. Always use this skill whenever a user has an early-stage clinical or research thought, an over-broad topic, an ill-defined evidence question, or an unclear problem statement that must be translated into a question framing suitable for literature retrieval, evidence synthesis, gap analysis, study design, or downstream protocol planning. Never jump straight to answering the substantive medical question unless the user explicitly asks for that. Focus first on question framing, boundary setting, and downstream-ready formulation.
- 100/100
clinical-reports
K-Dense-AI/scientific-agent-skills
Write comprehensive clinical reports including case reports (CARE guidelines), diagnostic reports (radiology/pathology/lab), clinical trial reports (ICH-E3, SAE, CSR), and patient documentation (SOAP, H&P, discharge summaries). Full support with templates, regulatory compliance (HIPAA, FDA, ICH-GCP), and validation tools.
- 100/100
clinical-research
alirezarezvani/claude-skills
Use when designing a prospective clinical study before submission — selecting and classifying endpoints (primary / key-secondary / exploratory, with surrogate-endpoint flagging), estimating sample size and power for two-arm designs (means / proportions / survival), or scoring a study plan for feasibility and a GO / GO-WITH-CONDITIONS / REDESIGN / NO-GO phase-gate decision. Every output is an ESTIMATE plus a named human owner (clinician / biostatistician / regulatory owner) — never clinical fact, never a finished protocol. Distinct from ra-qm-team, which handles the regulatory/QM submission (ISO 13485, EU MDR, FDA 510(k)/PMA/QSR), not the study design.
- 100/100
clinical-study-info-extractor
aipoch/medical-research-skills
Batch extracts and verifies structured information (PMID, title, abstract, methodology, results, etc.) from clinical research literature using PMIDs. Use when the user wants to extract details from specific PMIDs.
- 100/100
clinical-trial-protocol-skill
anthropics/life-sciences
Generate clinical trial protocols for medical devices or drugs. This skill should be used when users say "Create a clinical trial protocol", "Generate protocol for [device/drug]", "Help me design a clinical study", "Research similar trials for [intervention]", or when developing FDA submission documentation for investigational products.
- 100/100
clinical-trials
mkurman/zorai
ClinicalTrials.gov API client and analysis toolkit. Search, filter, and download trial records. Analyze trial designs, endpoints, enrollment, sponsors, and results. Automate systematic trial discovery.
- 100/100
clinicaltrials-db
aipoch/medical-research-skills
Query the ClinicalTrials.gov API v2 to search for clinical trials, retrieve detailed study protocols, and analyze recruitment status; use when you need to find trials by condition/drug, export results, or verify study details by NCT ID.
- 100/100
clinicaltrials-gov-parser
aipoch/medical-research-skills
Monitor and summarize competitor clinical trial status changes from ClinicalTrials.gov.
- 100/100
clinicaltrials-skill
openai/plugins
Submit compact ClinicalTrials.gov API v2 requests for study search, metadata, enums, search areas, and field statistics. Use when a user wants concise ClinicalTrials.gov summaries
- 100/100
clinpgx-database
aipoch/medical-research-skills
Access ClinPGx pharmacogenomics data (successor to PharmGKB) when you need to query gene-drug interactions, CPIC guidelines, allele functions, and drug-label PGx content for precision medicine and genotype-guided dosing.
- 100/100
clinvar-database
aipoch/medical-research-skills
Utilities for querying the NCBI ClinVar database to retrieve variant records, clinical significance, and phenotype relationships; use when searching variants by gene/condition/significance, interpreting Pathogenic/Benign/VUS classifications, or annotating VCF files with ClinVar annotations.
- 100/100
clinvar-variation-skill
openai/plugins
Submit compact ClinVar Clinical Tables and NCBI Variation requests for search, VCV, RCV, SCV, and RefSNP lookups. Use when a user wants variant-level summaries or identifier mapping
- 100/100
clip
NousResearch/hermes-agent
OpenAI's model connecting vision and language. Enables zero-shot image classification, image-text matching, and cross-modal retrieval. Trained on 400M image-text pairs. Use for image search, content moderation, or vision-language tasks without fine-tuning. Best for general-purpose image understanding.
- 100/100
clipboard
bitwize-music-studio/claude-ai-music-skills
Copies track content (lyrics, style prompts, streaming lyrics) to the system clipboard. Use when the user needs to paste lyrics or style prompts into Suno or other external tools.
- 100/100
clipboard-history
taracodlabs/aiden
Read/write Windows clipboard text, HTML, images, history (PowerShell)
- 75/100
clipboard-testing
ClipboardHealth/core-utils
End-to-end testing playbook for Clipboard Health changes. Use when the user wants to verify, exercise, or set up test data for a backend or frontend change against a live environment — "test my change end-to-end", "verify this works in dev", "create a test workplace / worker / shift", "get a shift through to paid / invoiced", "prove the API change works". Defaults to the `development` AWS environment, API-first (cbh CLI tokens + curl). The skill knows enough to run the core happy-path flow (workplace → worker → shift → clock in/out → pay → invoice) autonomously; for anything else, it orients around the codebase and asks the user for missing directories.
- 100/100
clippy-configuration
TheBushidoCollective/han
Use when configuring Clippy for Rust projects with TOML config, lint groups, attributes, and workspace setup.
- 100/100
clippy-custom
TheBushidoCollective/han
Use when developing custom Clippy lints, implementing lint passes, and contributing to Clippy for Rust code standards.
- 100/100
clippy-lints
TheBushidoCollective/han
Use when applying Clippy lint categories for Rust code including correctness, performance, style, and custom lint configuration.
- 100/100
Clockify Automation
ComposioHQ/awesome-claude-skills
"Automate time tracking workflows in Clockify -- create and manage time entries, workspaces, and users through natural language commands."
- 100/100
clone-website
TerminalSkills/skills
>-
- 100/100
cloning-project
oaustegard/claude-skills
Exports project instructions and knowledge files from the current Claude project. Use when users want to clone, copy, backup, or export a project's configuration and files.
- 0/100
close
vm0-ai/vm0-skills
Close CRM API for sales management. Use when user mentions "Close CRM",
- 100/100
close-automation
diegosouzapw/awesome-omni-skills
Close CRM Automation via Rube MCP workflow skill. Use this skill when the user needs Automate Close CRM tasks via Rube MCP (Composio): create leads, manage calls/SMS, handle tasks, and track notes. Always search tools first for current schemas and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
close-automation-v2
diegosouzapw/awesome-omni-skills
Close CRM Automation via Rube MCP workflow skill. Use this skill when the user needs Automate Close CRM tasks via Rube MCP (Composio): create leads, manage calls/SMS, handle tasks, and track notes. Always search tools first for current schemas and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
close-case-artifact
dandye/ai-runbooks
"Close a case or alert with proper reason and documentation. Use when triage determines an alert is FP/BTP or investigation is complete. Requires artifact ID, type, closure reason, and root cause."
- 100/100
close-management
anthropics/knowledge-work-plugins
Manage the month-end close process with task sequencing, dependencies, and status tracking. Use when planning the close calendar, tracking close progress, identifying blockers, or sequencing close activities by day.
- 100/100
close-month
anthropics/knowledge-work-plugins
Closes the month — reconciles QB vs payment processors, flags gaps, writes P&L narrative, exports close packet. Accepts optional month and save-to arguments.
- 100/100
closed-loop-delivery
diegosouzapw/awesome-omni-skills
Closed-Loop Delivery workflow skill. Use this skill when the user needs a coding task must be completed against explicit acceptance criteria with minimal user re-intervention across implementation, review feedback, deployment, and runtime verification and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
closed-loop-delivery-v2
diegosouzapw/awesome-omni-skills
Closed-Loop Delivery workflow skill. Use this skill when the user needs a coding task must be completed against explicit acceptance criteria with minimal user re-intervention across implementation, review feedback, deployment, and runtime verification and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
closedloop-env
closedloop-ai/claude-plugins
Provides ClosedLoop environment paths (CLOSEDLOOP_WORKDIR, CLAUDE_PLUGIN_ROOT) to agents. This skill should be used by any agent that needs to access ClosedLoop run directories, plugin schemas, or other path-dependent resources.
- 100/100
closer-critique
lyndonkl/claude
Evaluates the final paragraph of a substacker draft for compression and closing form — bolded maxim, forward-looking question, or compressed mechanism statement. For series posts (frontmatter series: {slug}), verifies the running scoreboard (P&L, Brier, W-L) is present and updated. Use on every draft. Blocks publication of series posts missing the scoreboard. Trigger keywords: closer, closing, last paragraph, bolded maxim, scoreboard, CTA, wrap up, conclusion.
- 100/100
closest-worlds
yogsoth-ai/de-anthropocentric-research-engine
Strategy: Lewis Possible Worlds — find the minimal change to reality that would flip the conclusion, measuring how close the nearest world where the conclusion fails.
- 100/100
closing-checklist
anthropics/claude-for-legal
>
Page 42 of 218