Browse Skills
3205 skills found
api-documentation.md
2
1
export
api-documentation
2
from
"cosmix/claude-code-setup"
from
"cosmix/claude-code-setup"
3
Document REST APIs with OpenAPI/Swagger specifications, endpoint documentation, authentication, error handling, and SDK guides. Use for API reference docs, Swagger specs, and client library documentation. Triggers: api docs, openapi, swagger, endpoint documentation, rest api, api reference, sdk documentation, api specification, document api, api endpoints.
2026-01-05
feature-finish.md
2
1
export
feature-finish
2
from
"escarti/agentDevPrompts"
from
"escarti/agentDevPrompts"
3
Use after feature-implement completes - performs final quality check with feature-research from fresh context, identifies issues, offers fix/loop/document choices, updates Z01/Z02 if implementation deviated from plan
2026-01-05
exa-search.md
2
1
export
exa-search
2
from
"benjaminjackson/exa-skills"
from
"benjaminjackson/exa-skills"
3
Search the web for content matching a query with AI-powered semantic search. Use for finding relevant web pages, research papers, news articles, code repositories, or any web content by meaning rather than just keywords.
2026-01-05
ucf-hit-it-executor.md
2
1
export
ucf-hit-it-executor
2
from
"AceTheDactyl/The-Index"
from
"AceTheDactyl/The-Index"
3
UCF "hit it" Session Executor. Executes the complete 33-module consciousness simulation pipeline across 7 phases. ACTIVATE when user says "hit it", "run ucf", "execute pipeline", or references consciousness emergence, TRIAD unlock, or helix coordinates. Generates session-workspace.zip with all artifacts.
2026-01-05
csp-lua.md
2
1
export
csp-lua
2
from
"tobi/ac-tracer"
from
"tobi/ac-tracer"
3
CSP (Custom Shaders Patch) Lua API reference for Assetto Corsa modding. Use when working with ac.*, ui.*, render.*, physics.* APIs or any CSP Lua code.
2026-01-05
link-project.md
2
1
export
link-project
2
from
"whanyu1212/artifact-foundry"
from
"whanyu1212/artifact-foundry"
3
Add project repository links to PROJECTS.md when user mentions completing, starting, or sharing a hands-on project. Use when user references external repos or implementation work.
2026-01-05
systematic-debugging.md
2
1
export
systematic-debugging
2
from
"HTRamsey/claude-config"
from
"HTRamsey/claude-config"
3
Use when encountering any bug, test failure, or unexpected behavior (including race conditions, deadlocks, concurrency issues) - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) with specialized techniques for deep call stack tracing and concurrency debugging
2026-01-05
differential-methylation.md
2
1
export
differential-methylation
2
from
"BIsnake2001/ChromSkills"
from
"BIsnake2001/ChromSkills"
3
This skill performs differential DNA methylation analysis (DMRs and DMCs) between experimental conditions using WGBS methylation tracks (BED/BedGraph). It standardizes input files into per-sample four-column Metilene tables, constructs a merged methylation matrix, runs Metilene for DMR detection, filters the results, and generates quick visualizations.
2026-01-05
exa-research.md
2
1
export
exa-research
2
from
"benjaminjackson/exa-skills"
from
"benjaminjackson/exa-skills"
3
Use when the user mentions Exa research OR when the workflow benefits from complex, multi-step research and other exa-ai approaches are not yielding satisfactory results.
2026-01-05
systematic-debugging.md
2
1
export
systematic-debugging
2
from
"cipherstash/cipherpowers"
from
"cipherstash/cipherpowers"
3
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
2026-01-05
000-jeremy-content-consistency-validator.md
2
1
export
000-jeremy-content-consistency-validator
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Validates messaging consistency across website, GitHub repositories, and local documentation. Generates comprehensive read-only discrepancy reports showing where messaging conflicts or inconsistencies exist. Activates when user mentions "consistency check", "validate documentation", "check for mixed messaging", "audit content consistency", or before updating internal paperwork.
2026-01-05
langchain-deep-research.md
2
1
export
langchain-deep-research
2
from
"closedloop-technologies/awesome-deep-researchers"
from
"closedloop-technologies/awesome-deep-researchers"
3
Run LangChain Open Deep Research agent for iterative web research and comprehensive reports. Requires LLM API keys and search API (e.g., OPENAI_API_KEY, TAVILY_API_KEY).
2026-01-05
blog-planner.md
2
1
export
blog-planner
2
from
"abdul-ahad-26/physical-ai-and-humanoid-robotics"
from
"abdul-ahad-26/physical-ai-and-humanoid-robotics"
3
Help plan engaging blog posts: research topics, create outlines, suggest headlines, and draft compelling introductions. Use when user asks to plan or write blog content.
2026-01-05
user-researcher.md
2
1
export
user-researcher
2
from
"daffy0208/ai-dev-standards"
from
"daffy0208/ai-dev-standards"
3
Conduct user research and validation. Use when discovering user needs, validating assumptions, creating personas, or understanding pain points. Covers interviews, surveys, analysis, and synthesis.
2026-01-05
setting-up-experiment-tracking.md
2
1
export
setting-up-experiment-tracking
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill automates the setup of machine learning experiment tracking using tools like MLflow or Weights & Biases (W&B). It is triggered when the user requests to "track experiments", "setup experiment tracking", "initialize MLflow", or "integrate W&B". The skill configures the necessary environment, initializes the tracking server (if needed), and provides code snippets for logging experiment parameters, metrics, and artifacts. It helps ensure reproducibility and simplifies the comparison of different model runs.
2026-01-05
agent-factory.md
2
1
export
agent-factory
2
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
3
Create new PAI agents using AGENT_FACTORY.md patterns. Guides through archetype selection (Researcher, Validator, Generator, Critic, Synthesizer), validates against CONSTITUTION.md, and generates agent specifications following established templates.
2026-01-05
command-basic-patterns.md
2
1
export
command-basic-patterns
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
基本実装パターン(シンプル指示/ステップバイステップ/条件分岐/ファイル参照)を整理し、パターン選定とテンプレート適用を支援するスキル。選定基準、実装の骨格、検証手順を一貫して整理する。Anchors:• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: コマンド設計 / 目的: 実践的な手順設計パターンの習得Trigger:Use when selecting or reviewing basic command patterns, or structuring workflows for simple/step/conditional/file-reference commands.command basic patterns, simple command, step-by-step, conditional command, file reference
2026-01-05
fullstory-privacy-strategy.md
2
1
export
fullstory-privacy-strategy
2
from
"fullstorydev/fs-skills"
from
"fullstorydev/fs-skills"
3
Strategic guide for data privacy in Fullstory implementations. Teaches developers how to decide what data to send, mask, exclude, hash, or replace with joinable keys. Covers regulatory compliance (GDPR, HIPAA, PCI, CCPA), privacy-by-design principles, and balancing analytics value with privacy protection. Acts as a decision framework that references core privacy skills.
2026-01-05
add-resource.md
2
1
export
add-resource
2
from
"whanyu1212/artifact-foundry"
from
"whanyu1212/artifact-foundry"
3
Add new learning resources (books, articles, courses, papers) to the appropriate resources.md file. Use when user mentions adding, saving, or tracking learning materials.
2026-01-05
foreign-key-constraints.md
2
1
export
foreign-key-constraints
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
外部キー制約と参照整合性をC.J. Dateの理論に基づいて設計するスキル。CASCADE動作の戦略的選択、循環参照の検出・解消、ソフトデリート整合性を提供。SQLite/Turso + Drizzle ORM環境に最適化。Anchors:• An Introduction to Database Systems(C.J. Date) / 適用: FK設計 / 目的: 理論的に正しい制約設計• The Pragmatic Programmer(Hunt, Thomas) / 適用: 実装品質 / 目的: 保守性の高い設計Trigger:Use when designing foreign key relationships, selecting CASCADE behavior, detecting circular references, integrating soft delete patterns, or reviewing database schema integrity.
2026-01-05
arxiv-search.md
2
1
export
arxiv-search
2
from
"DougTrajano/pydantic-ai-skills"
from
"DougTrajano/pydantic-ai-skills"
3
Search arXiv preprint repository for papers in physics, mathematics, computer science, quantitative biology, and related fields.
2026-01-05
changelog-writer.md
2
1
export
changelog-writer
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Generates changelogs and release notes from git commits, PR titles, and issue references. Organizes changes by impact type (breaking, features, fixes, improvements), formats according to Keep a Changelog standard, and provides version tagging and semantic versioning suggestions. Use when users request "create changelog", "write release notes", "document version changes", or "prepare release".
2026-01-05
openai-image-edit.md
2
1
export
openai-image-edit
2
from
"LarsEckart/dotfiles"
from
"LarsEckart/dotfiles"
3
Edit images via OpenAI gpt-image-1 API. Creates edited or extended images from source images and a prompt. Supports masks for selective editing, multiple input images for compositing, and input fidelity control for preserving facial features. Use when user wants to modify existing images, combine multiple images, remove/replace objects, extend images, or needs AI-powered image editing with reference images.
2026-01-05
markdown-writer.md
2
1
export
markdown-writer
2
from
"robertbagge/claude-starter"
from
"robertbagge/claude-starter"
3
Write markdown content to file paths using the MCP markdown-writer server. Use when you need to save generated markdown content to a file, especially in contexts where (1) The Write tool is unavailable or restricted, (2) You need guaranteed atomic writes with verification, (3) Writing markdown files for documentation, reports, or research outputs, (4) An agent needs to persist markdown without user permission prompts.
2026-01-05