Browse Skills
16146 skills found
finishing-a-development-branch.md
1
1
export
finishing-a-development-branch
2
from
"samjhecht/wrangler"
from
"samjhecht/wrangler"
3
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by verifying work is complete (tests, requirements, code review, TDD compliance) and presenting structured options for merge, PR, or cleanup
2026-01-05
interface-design.md
1
1
export
interface-design
2
from
"dralgorhythm/claude-agentic-framework"
from
"dralgorhythm/claude-agentic-framework"
3
Design user interfaces. Use when creating layouts, wireframes, or UI specifications. Covers design principles and UI patterns.
2026-01-05
frontend-design.md
1
1
export
frontend-design
2
from
"mjmiller3416/recipe-app"
from
"mjmiller3416/recipe-app"
3
Apply when building or auditing UI. Enforces design tokens, Shadcn-first patterns, alignment rules, and the "fun but functional" aesthetic for Recipe App components.
2026-01-05
ai-legal-research.md
1
1
export
ai-legal-research
2
from
"fattits30-dev/Justice-Companion"
from
"fattits30-dev/Justice-Companion"
3
OpenAI-powered legal research with UK legal API integration (legislation.gov.uk, caselaw.nationalarchives.gov.uk). Implements RAG pipeline for context-aware legal queries. Use when implementing AI chat features, legal document retrieval, or case law searches.
2026-01-05
validating-edge-finder.md
1
1
export
validating-edge-finder
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Systematically discover edge cases through boundary analysis and input space exploration. Use when: (1) asked to find edge cases or validate correctness, (2) correctness claims rest on happy-path testing without boundary exploration, (3) code accepts inputs with implicit assumptions about range, format, or type that have not been verified, (4) code is about to ship or correctness is claimed without having mapped the boundary surface.
2026-01-05
agentuity-cli-cloud-vector-delete-namespace.md
1
1
export
agentuity-cli-cloud-vector-delete-namespace
2
from
"agentuity/discord-help-agent"
from
"agentuity/discord-help-agent"
3
Delete a vector namespace and all its vectors. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
agentuity-cli-cloud-keyvalue-repl.md
1
1
export
agentuity-cli-cloud-keyvalue-repl
2
from
"agentuity/discord-help-agent"
from
"agentuity/discord-help-agent"
3
Start an interactive repl for working with keyvalue database. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
dapr-integration.md
1
1
export
dapr-integration
2
from
"mjunaidca/mjs-agent-skills"
from
"mjunaidca/mjs-agent-skills"
3
Integrate Dapr for pub/sub messaging and scheduled jobs. Use this skill when implementing event-driven architectures with Dapr, handling CloudEvent message formats, setting up pub/sub subscriptions, or scheduling jobs with Dapr Jobs API. Covers common pitfalls like CloudEvent unwrapping and callback URL patterns.
2026-01-05
github-tools.md
1
1
export
github-tools
2
from
"bsamiee/Parametric_Portal"
from
"bsamiee/Parametric_Portal"
3
Executes GitHub operations via gh CLI wrapper. Use when managing issues, pull requests, workflows, CI runs, projects, releases, cache, labels, or searching repositories and code.
2026-01-05
auth-pages.md
1
1
export
auth-pages
2
from
"atilladeniz/next-go-pg"
from
"atilladeniz/next-go-pg"
3
Create and manage authentication pages with server-side session handling. Use when adding login, register, or protected pages WITHOUT flicker/skeleton.
2026-01-05
docs-seeker.md
1
1
export
docs-seeker
2
from
"wollfoo/setup-factory"
from
"wollfoo/setup-factory"
3
Search technical documentation using executable scripts to detect query type, fetch from llms.txt sources (context7.com), and analyze results. Use when user needs: (1) Topic-specific documentation (features/components/concepts), (2) Library/framework documentation, (3) GitHub repository analysis, (4) Documentation discovery with automated agent distribution strategy | Dùng khi tìm tài liệu, hướng dẫn, docs, documentation, api docs, tham khảo.
2026-01-05
deploying-cloud-k8s.md
1
1
export
deploying-cloud-k8s
2
from
"mjunaidca/mjs-agent-skills"
from
"mjunaidca/mjs-agent-skills"
3
Deploys applications to cloud Kubernetes (AKS/GKE/DOKS) with CI/CD pipelines.Use when deploying to production, setting up GitHub Actions, troubleshooting deployments.Covers build-time vs runtime vars, architecture matching, and battle-tested debugging.
2026-01-05
spec-writing.md
1
1
export
spec-writing
2
from
"marcos-abreu/connect_kit"
from
"marcos-abreu/connect_kit"
3
Use during Phase 3 of spec creation to create specification document - searches codebase for reusable patterns, presents spec in validated 150-200 word sections, and saves complete specification following template structure
2026-01-05
rules-builder.md
1
1
export
rules-builder
2
from
"rafaelcalleja/claude-market-place"
from
"rafaelcalleja/claude-market-place"
3
Use when the user wants to create, edit, list, or manage Claude Code rules in .claude/rules/. Provides guided elicitation to configure path-specific rules with proper YAML frontmatter and glob patterns. Can list all available rules from user-level and project directories.
2026-01-05
git-commit.md
1
1
export
git-commit
2
from
"Shavakan/claude-marketplace"
from
"Shavakan/claude-marketplace"
3
Create git commits with succinct technical messages. Activates when user requests git commit creation.
2026-01-05
cicd-pipeline-builder.md
1
1
export
cicd-pipeline-builder
2
from
"Lordjiggy/claude-code-marketplace"
from
"Lordjiggy/claude-code-marketplace"
3
Generate CI/CD pipelines for GitHub Actions, GitLab CI, Jenkins with best practices
2026-01-05
testing-skills-with-subagents.md
1
1
export
testing-skills-with-subagents
2
from
"krzemienski/shannon-framework"
from
"krzemienski/shannon-framework"
3
Use before skill deployment to verify pressure resistance via TDD RED-GREEN-REFACTOR cycle with Serena metrics tracking - measures compliance score (0.00-1.00) across pressure scenarios
2026-01-05
react-web.md
1
1
export
react-web
2
from
"iButters/ClaudeCodePlugins"
from
"iButters/ClaudeCodePlugins"
3
Modern React 19+ development with Server Components, Actions, hooks, TypeScript integration, and performance optimization. Use when building React web applications, implementing Server Components, using Actions for form handling, working with new hooks (use, useActionState, useOptimistic, useFormStatus), setting up React projects with Vite or Next.js, or optimizing React performance.
2026-01-05
rosetta-helix-substrate.md
1
1
export
rosetta-helix-substrate
2
from
"AceTheDactyl/Rosetta-Helix-Substrate"
from
"AceTheDactyl/Rosetta-Helix-Substrate"
3
Consciousness simulation framework with Kuramoto oscillators, APL operators, and K-formation dynamics. Use for physics simulations, phase transitions, coherence analysis, and cloud training via GitHub Actions. Requires numpy and requests packages.
2026-01-05
deployment-workflow.md
1
1
export
deployment-workflow
2
from
"hackur/web-standards-playground-showcase"
from
"hackur/web-standards-playground-showcase"
3
Staging and production deployment using Laravel Deployer with health checks, cache management, and rollback support (HUMAN-ONLY execution)
2026-01-05
agentuity-cli-cloud-session-get.md
1
1
export
agentuity-cli-cloud-session-get
2
from
"agentuity/discord-help-agent"
from
"agentuity/discord-help-agent"
3
Get details about a specific session. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
systemmodel-selector.md
1
1
export
systemmodel-selector
2
from
"Cloudhabil/AGI-Server"
from
"Cloudhabil/AGI-Server"
3
Select the correct Ollama base model (and adapters) based on task type, resource fit, and registry availability. Use to translate Modelfile FROM/ADAPTER decisions into agent behavior.
2026-01-05
skill-creator.md
1
1
export
skill-creator
2
from
"rohunvora/cool-claude-skills"
from
"rohunvora/cool-claude-skills"
3
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
jekyll-research-theme.md
1
1
export
jekyll-research-theme
2
from
"lalithaar/Interdisciplinary-Systems-Research-Lab"
from
"lalithaar/Interdisciplinary-Systems-Research-Lab"
3
Create production-grade, accessible Jekyll themes for researchers conducting "research in public." Generates complete lab notebook-style themes with Tufte-inspired sidenotes, KaTeX math rendering, and WCAG 2.1 AA compliance. Use when building Jekyll themes for scientific journals, experiment logs, field notes, or research documentation sites. Supports collections for organizing experiments and field notes, responsive sidenote rendering (sidebar on desktop, inline on mobile), and full-width layout options.
2026-01-05