Browse Skills
44457 skills found
api-review.md
0
1
export
api-review
2
from
"athola/claudenomicon"
from
"athola/claudenomicon"
3
Evaluate public/API surfaces against internal guidelines and external exemplars in any language.
2026-01-05
google-search.md
0
1
export
google-search
2
from
"KirillTrubitsyn/kirilltrubitsyn-claude-skills"
from
"KirillTrubitsyn/kirilltrubitsyn-claude-skills"
3
Интеграция Google Custom Search API в AI-чат. Используй этот skill когда нужно добавить веб-поиск в чат-бота, настроить поиск актуальной информации в интернете, или интегрировать Google Search в приложение.
2026-01-05
integration-testing.md
0
1
export
integration-testing
2
from
"johannesfritz/autonomous-orchestration"
from
"johannesfritz/autonomous-orchestration"
3
Run integration tests after workstreams complete to verify system-level behavior.Triggers after unit tests pass but before code review. Starts required services(via docker-compose), runs integration test suites, and verifies API contracts.Use when:- All workstreams in a plan complete- Unit tests pass- Before code review phase- User asks "run integration tests"If no integration tests exist: Warn but proceed (don't block).
2026-01-05
morpho-solana-frontend.md
0
1
export
morpho-solana-frontend
2
from
"raunit-dev/morpho-on-solana"
from
"raunit-dev/morpho-on-solana"
3
Build production-ready frontend for Morpho Blue lending protocol on Solana. Covers all 26 program instructions across supply/borrow, flash loans, liquidations, authorization, and admin features. Uses Next.js 14, Anchor client, Jupiter wallet adapter, and Kamino-style UI/UX. Integrates with morpho-solana-builder skill for contract understanding.
2026-01-05
weaviate-rag.md
0
1
export
weaviate-rag
2
from
"astoeffer/plugin-marketplace"
from
"astoeffer/plugin-marketplace"
3
Implement RAG systems using Weaviate vector database. Use when building semantic search, document retrieval, or knowledge base systems.
2026-01-05
curriculum-analyze-outcomes.md
0
1
export
curriculum-analyze-outcomes
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Calculate objective mastery rates, analyze performance distributions, identify achievement gaps, and generate learning analytics dashboards. Use when analyzing assessment data, measuring outcomes, or generating reports. Activates on "analyze results", "learning analytics", "performance data", or "outcome measurement".
2026-01-05
github-kernel.md
0
1
export
github-kernel
2
from
"Z1-Test/temp-rajan-s2"
from
"Z1-Test/temp-rajan-s2"
3
foundational definitions for GitHub skills, safety rules, tool escalation, and security boundaries
2026-01-05
analyze-prd.md
0
1
export
analyze-prd
2
from
"dikini/scaffold"
from
"dikini/scaffold"
3
Analyze existing PRDs to generate actionable implementation plans, risk assessments, and resource estimates
2026-01-05
slide-master.md
0
1
export
slide-master
2
from
"kz-flux/slide-skills"
from
"kz-flux/slide-skills"
3
コンサルレベルのスライド情報設計。スライドの構成、メッセージ設計、ストーリーライン構築時に使用。「何を伝えるか」を決める段階で使う。キーワード: 構成、ロジック、ピラミッド、MECE、So What、提案書、プレゼン
2026-01-05
pr-worker.md
0
1
export
pr-worker
2
from
"schmug/karkinos"
from
"schmug/karkinos"
3
Spawn a Claude worker to address PR feedback, fix CI failures, or continue work on a pull request. Use when a PR needs updates based on review comments or failing checks.
2026-01-05
execute.md
0
1
export
execute
2
from
"ioku24/autorankr"
from
"ioku24/autorankr"
3
Execute tasks with velocity and quality. Use when ready to implement after clarity and prioritization are complete. This is the fourth system in the 5-system framework.
2026-01-05
cartographer.md
0
1
export
cartographer
2
from
"CheekyCodexConjurer/quant-lab"
from
"CheekyCodexConjurer/quant-lab"
3
Maintain living architecture maps and interaction flows.
2026-01-05
directory-handling.md
0
1
export
directory-handling
2
from
"nathanvale/dotfiles"
from
"nathanvale/dotfiles"
3
Expert guidance for reliable bash script directory navigation and path handling. Use when writing new bash scripts, reviewing existing scripts, debugging directory-related failures, or when mentioned 'directory handling', 'bash paths', 'cd errors', 'script location', or 'git root'. Provides deterministic patterns to eliminate silent failures from unhandled cd, missing set -e, and path resolution issues.
2026-01-05
prettier-config.md
0
1
export
prettier-config
2
from
"metasaver/metasaver-marketplace"
from
"metasaver/metasaver-marketplace"
3
Prettier configuration validation and templates for package.json "prettier" field in MetaSaver monorepos. Includes 4 required standards (prettier field in package.json with string reference only, no separate prettierrc files, prettier in devDependencies, required npm scripts format and format:check). Use when creating or auditing Prettier configs to ensure consistent code formatting via shared library.
2026-01-05
django-conventions.md
0
1
export
django-conventions
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive Django best practices covering project structure, models (field choices, Meta options, managers, QuerySets, migrations), views (CBVs vs FBVs, generic views), Django REST Framework (serializers, ViewSets, permissions), forms, templates, security (CSRF, XSS, SQL injection), performance (N+1 queries, select_related, prefetch_related, caching), testing, and common anti-patterns. Essential reference for Django code reviews and development.
2026-01-05
csharp-project-expert.md
0
1
export
csharp-project-expert
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
ALWAYS use for ANY C# operation: renaming (files/classes/methods/properties/namespaces), finding references/usages ("where is X used"), finding definitions ("where is X defined"), understanding code structure (hierarchies/dependencies/relationships). Roslyn-powered semantic analysis ensures all references are updated correctly across the entire solution.
2026-01-05
code-ratchets.md
0
1
export
code-ratchets
2
from
"LuckierDodge/skills"
from
"LuckierDodge/skills"
3
Implement code quality ratchets to prevent proliferation of deprecated patterns. Use when (1) migrating away from legacy code patterns, (2) enforcing gradual codebase improvements, (3) preventing copy-paste proliferation of deprecated practices, or (4) setting up pre-commit hooks to count and limit specific code patterns. A ratchet fails if pattern count exceeds OR falls below expected—ensuring patterns never increase and prompting updates when they decrease.
2026-01-05
javascript-standards.md
0
1
export
javascript-standards
2
from
"shwilliamson/a-test"
from
"shwilliamson/a-test"
3
JavaScript and TypeScript coding standards, conventions, and best practices. Use when writing, reviewing, or testing JS/TS code.
2026-01-05
pptx.md
0
1
export
pptx
2
from
"vamseeachanta/workspace-hub"
from
"vamseeachanta/workspace-hub"
3
PowerPoint presentation toolkit for creating new presentations, editing existing ones, and using templates. Supports HTML-to-PPTX conversion, slide manipulation, and professional design. Use when building presentations, slide decks, or visual reports.
2026-01-05
optimizationretrospective.md
0
1
export
optimizationretrospective
2
from
"edwardmonteiro/Aiskillinpractice"
from
"edwardmonteiro/Aiskillinpractice"
3
Facilitate a sprint or release retrospective focusing on insights, actions, and ownership.
2026-01-05
atomic-components.md
0
1
export
atomic-components
2
from
"felixAnhalt/spotify-playlist-extractor"
from
"felixAnhalt/spotify-playlist-extractor"
3
Create atomic components (atoms) - basic, reusable UI building blocks following React/TypeScript best practices with Tailwind v4 styling. Use when creating fundamental UI elements like buttons, inputs, labels, icons, or other single-responsibility components. Triggers on requests like "create a button component", "add an input atom", "build a reusable icon wrapper", or "create atomic UI elements".
2026-01-05
design-tokens.md
0
1
export
design-tokens
2
from
"Soborbo/claudeskills"
from
"Soborbo/claudeskills"
3
Design system foundation. Colors, typography, spacing. Single source of truth. No raw values.
2026-01-05
fabric-patterns.md
0
1
export
fabric-patterns
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Applies Fabric AI prompt patterns for summarization, analysis, extraction, code review, and content creation. Use when asked to summarize content, analyze documents, extract insights, review code, create documentation, or transform text. Patterns are in data/patterns/.
2026-01-05
twilio-test-caller.md
0
1
export
twilio-test-caller
2
from
"cncorp/arsenal"
from
"cncorp/arsenal"
3
Place test voice calls via Twilio. Use when testing voice features or debugging voice pipeline. Only works if twilio_place_call.py exists in branch.
2026-01-05