Topic: claude-code-skills
8,614 skills in this topic.
-
math-progress-monitor
Metacognitive check-ins during problem solving - detects when to pivot or persist
parcadei/Continuous-Claude-v3 3,690
-
math-model-selector
Routes problems to appropriate mathematical frameworks using expert heuristics
parcadei/Continuous-Claude-v3 3,690
-
math-intuition-builder
Develops mathematical understanding through examples, visualization, and analogy
parcadei/Continuous-Claude-v3 3,690
-
vector-spaces
Problem-solving strategies for vector spaces in linear algebra
parcadei/Continuous-Claude-v3 3,690
-
matrices
Problem-solving strategies for matrices in linear algebra
parcadei/Continuous-Claude-v3 3,690
-
source-coding
Problem-solving strategies for source coding in information theory
parcadei/Continuous-Claude-v3 3,690
-
nia-docs
Search library documentation and code examples via Nia
parcadei/Continuous-Claude-v3 3,690
-
codex-agent-collaboration
Delegate coding tasks to Codex AI for implementation, analysis, and alternative solutions. Use when you need a second AI perspective, want to explore different approaches, or need specialized Codex capabilities for complex coding tasks.
ForteScarlet/codex-kkp 25
-
github-pr-review
Handles PR review comments and feedback resolution. Use when user wants to resolve PR comments, handle review feedback, fix review comments, address PR review, check review status, respond to reviewer, verify PR readiness, review PR comments, analyze review feedback, evaluate PR comments, assess review suggestions, or triage PR comments. Fetches comments via GitHub CLI, classifies by severity, applies fixes with user confirmation, commits with proper format, replies to threads.
fvadicamo/dev-agent-skills 55
-
github-pr-merge
Merges GitHub Pull Requests after validating pre-merge checklist. Use when user wants to merge PR, close PR, finalize PR, complete merge, approve and merge, or execute merge. Runs pre-merge validation (tests, lint, CI, comments), confirms with user, merges with proper format, handles post-merge cleanup.
fvadicamo/dev-agent-skills 55
-
github-pr-creation
Creates GitHub Pull Requests with automated validation and task tracking. Use when user wants to create PR, open pull request, submit for review, or check if ready for PR. Analyzes commits, validates task completion, generates Conventional Commits title and description, suggests labels. NOTE - for merging existing PRs, use github-pr-merge instead.
fvadicamo/dev-agent-skills 55
-
git-commit
Creates git commits following Conventional Commits format with type/scope/subject. Use when user wants to commit changes, create commit, save work, or stage and commit. Enforces project-specific conventions from CLAUDE.md.
fvadicamo/dev-agent-skills 55
-
creating-skills
Guide for creating Claude Code skills following Anthropic's official best practices. Use when user wants to create a new skill, build a skill, write SKILL.md, update an existing skill, or needs skill creation guidelines. Provides structure, frontmatter fields, naming conventions, and new features like dynamic context injection and subagent execution.
fvadicamo/dev-agent-skills 55
-
seed
Generate a project-level CLAUDE.md from stack detection and user-selected rule categories. Use when starting a new project, onboarding a repo, or when the user says "seed claude.md", "create project rules", "set up CLAUDE.md", "configure this project for me", or wants to establish coding conventions.
saadshahd/moo.md 32
-
openspec-apply-change
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
saadshahd/moo.md 32
-
openspec-archive-change
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
saadshahd/moo.md 32
-
openspec-explore
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
saadshahd/moo.md 32
-
openspec-propose
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.
saadshahd/moo.md 32
-
consult
saadshahd/moo.md 32
-
intent
Turn rough ideas into clear work orders before planning or building. Use when request is vague like "add a button", "make it better", "fix the thing". Triggers on ambiguous or underspecified requests. Produces a brief with scope, acceptance criteria, and stop conditions.
saadshahd/moo.md 32
-
shape
saadshahd/moo.md 32
-
bond
Assesses team fitness and composes agent teams. Use when "set up a team", "team for this", "should I use agents", "design a team", "how many agents", "agent team".
saadshahd/moo.md 32
-
llm-council
Multi-LLM collaborative brainstorming and planning. Use when user explicitly requests consultation with multiple AI models (ChatGPT, Gemini, other LLMs) before presenting an implementation plan, or asks to "consult the council", "ask other models", or "get perspectives from other AIs". Queries external LLM APIs, synthesizes their perspectives, and presents an adapted implementation plan.
gcpdev/llm-council-skill 7
-
playwright-cli
Browser automation via Playwright CLI for navigating pages, interacting with elements, capturing screenshots, and testing web applications through shell commands. Use when user mentions "playwright", "browser automation", "take a screenshot", "browser testing", "headless browser", "web testing", "fill out a form", "e2e test", or needs to automate browser workflows from the command line. This is a pre-installed CLI tool — do NOT install anything via npx or npm. Invoke this skill first, then use playwright-cli bash commands.
joaquimscosta/arkhe-claude-plugins 9