Browse Skills
44835 skills found
global-free-threading.md
0
1
export
global-free-threading
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Your approach to handling global free threading. Use this skill when working on files where global free threading comes into play.
2026-01-05
module-patterns.md
0
1
export
module-patterns
2
from
"lgbarn/terraform-aws-eks"
from
"lgbarn/terraform-aws-eks"
3
Terraform module development patterns and best practices. Provides structure, versioning, and output scaffolds. Use when creating reusable modules.
2026-01-05
skill-recommender.md
0
1
export
skill-recommender
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Analyzes codebases and conversation context to recommend relevant existing skills and suggest valuable custom skills to create. Use when exploring a project for the first time, when asked what skills would be useful, or when seeking to optimize workflow for a specific codebase.
2026-01-05
changelog-pkg.md
0
1
export
changelog-pkg
2
from
"ts-klassen/qrpc"
from
"ts-klassen/qrpc"
3
Update pkgsrc ChangeLog entries under config/pkgsrc/files/*/*/ChangeLog and keep Makefile version metadata in sync. Use when updating qrpc-devel or qrpc-prod ChangeLogs, updating their versions, or recording dependency changes.
2026-01-05
oracle-teach.md
0
1
export
oracle-teach
2
from
"laris-co/nat-agents-core"
from
"laris-co/nat-agents-core"
3
Generate learning materials from mature patterns. Use when user says "teach me", "explain this pattern", "create a guide", "how does X work", "document this for others". Auto-trigger when sharing knowledge with team.
2026-01-05
trust-rl-model-predictions.md
0
1
export
trust-rl-model-predictions
2
from
"smith6jt-cop/Skills_Registry"
from
"smith6jt-cop/Skills_Registry"
3
Remove pattern filters that second-guess RL model predictions. Trigger when: (1) signals show past threshold but status is HOLD, (2) pattern filter blocks model signals, (3) external gates contradict trained model, (4) dashboard shows disconnect between signal strength and action.
2026-01-05
oauth-providers.md
0
1
export
oauth-providers
2
from
"vanman2024/ai-dev-marketplace"
from
"vanman2024/ai-dev-marketplace"
3
Configure OAuth authentication providers for Clerk (Google, GitHub, Discord, Apple, Microsoft, Facebook, LinkedIn, Twitter, and 11+ more). Use when setting up social login, configuring OAuth providers, implementing authentication flows, generating redirect URLs, testing OAuth connections, or when user mentions Clerk OAuth, social authentication, provider setup, or multi-provider auth.
2026-01-05
feature-builder.md
0
1
export
feature-builder
2
from
"timequity/vibe-coder"
from
"timequity/vibe-coder"
3
Add features by description. User says WHAT, AI figures out HOW.Use when: user wants to add functionality to existing app.Triggers: "add auth", "add payments", "add search", "добавь","integrate", "connect".
2026-01-05
architecture-patterns.md
0
1
export
architecture-patterns
2
from
"Barnhardt-Enterprises-Inc/quetrex-plugin"
from
"Barnhardt-Enterprises-Inc/quetrex-plugin"
3
Organizational coding standards and architectural patterns. References comprehensive skills for detailed patterns. Use when making architecture decisions or implementing features.
2026-01-05
backend-dev.md
0
1
export
backend-dev
2
from
"shabaraba/shabaraba-cc-plugins"
from
"shabaraba/shabaraba-cc-plugins"
3
Backend development skill for Cloudflare Workers, D1 database, and REST API. Use when implementing API features.
2026-01-05
clojure-babashka-json.md
0
1
export
clojure-babashka-json
2
from
"Ramblurr/nix-devenv"
from
"Ramblurr/nix-devenv"
3
babashka.json is a cross-platform JSON abstraction for Clojure/babashka. Use when working with JSON parsing, serialization, or writing portable code that runs on both JVM and babashka.
2026-01-05
material-design-3-expressive.md
0
1
export
material-design-3-expressive
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Apply Material Design 3 Expressive design principles, animations, and component patterns. Use when designing UI, implementing micro-interactions, color systems, or spring-based animations.
2026-01-05
compare-tech.md
0
1
export
compare-tech
2
from
"michalvavra/agents"
from
"michalvavra/agents"
3
Compare technologies with weighted scoring matrix. Use when evaluating libraries, frameworks, SaaS products, or infrastructure options.
2026-01-05
pda-taxonomy.md
0
1
export
pda-taxonomy
2
from
"Bison-Office/bison-claude-marketplace"
from
"Bison-Office/bison-claude-marketplace"
3
Reference for PDA Engine taxonomy mapping domain. Use when working with vendor product imports, CSV imports, taxonomy structures, category/attribute mappings, state hash change detection, or understanding the vendor→internal→marketplace mapping flow. Covers data models, workflows, API endpoints, and PostgreSQL bulk insert patterns.
2026-01-05
error-handling.md
0
1
export
error-handling
2
from
"IvanTorresEdge/molcajete.ai"
from
"IvanTorresEdge/molcajete.ai"
3
Modern Go error handling patterns (Go 1.13+). Use when handling, creating, or wrapping errors.
2026-01-05
large-file-handling.md
0
1
export
large-file-handling
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill should be used when the user asks about "reading large files", "file too big", "context limit", "chunking files", "offset and limit", "file causing crash", or when encountering files over 10MB. Provides strategies for safely reading large files without exhausting context.
2026-01-05
amcs-plan-generator.md
0
1
export
amcs-plan-generator
2
from
"miethe/MeatyMusic"
from
"miethe/MeatyMusic"
3
Generate execution plan from Song Design Spec (SDS). Extracts section structure, calculates target metrics, and produces ordered work objectives for downstream workflow nodes. Use when processing SDS to determine song arrangement, section ordering, target word counts, and evaluation criteria.
2026-01-05
tdd.md
0
1
export
tdd
2
from
"narcisobenigno/groceries"
from
"narcisobenigno/groceries"
3
Enforces test-driven development (TDD) following Kent Beck's methodology. MANDATORY micro-cycle approach - write ONE test, watch it fail, write minimal implementation, refactor, then NEXT test. NEVER write all tests first or implementation first. Use for ANY code writing task.
2026-01-05
openai-sdk.md
0
1
export
openai-sdk
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
OpenAI official SDK usage (Python, Node.js). Use when: writing code that calls OpenAI API,implementing chat/embeddings/images/audio features, handling streaming responses,async patterns, error handling with SDK. For raw HTTP/REST calls, see `openai-api` skill.
2026-01-05
bluesky-growth-strategy.md
0
1
export
bluesky-growth-strategy
2
from
"chekos/bns-marketplace"
from
"chekos/bns-marketplace"
3
Plan and execute Bluesky growth strategy for audience building on the decentralized platform.Use when developing starter pack strategy, creating custom feeds, building community presence,or planning cross-platform promotion. Includes the three-feed system, starter pack tactics(43% of follows at peak), and authentic engagement strategies for this conversation-first platform.
2026-01-05
checkpoint.md
0
1
export
checkpoint
2
from
"Barnhardt-Enterprises-Inc/quetrex-claude"
from
"Barnhardt-Enterprises-Inc/quetrex-claude"
3
Save current progress to memory-keeper to prevent work loss.
2026-01-05
ahu-conductor.md
0
1
export
ahu-conductor
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Air Handler Design Pipeline Orchestrator
2026-01-05
recognition-program-builder.md
0
1
export
recognition-program-builder
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Эксперт employee recognition. Используй для программ признания, награждения и employee engagement.
2026-01-05
let-chains-advisor.md
0
1
export
let-chains-advisor
2
from
"EmilLindfors/claude-marketplace"
from
"EmilLindfors/claude-marketplace"
3
Identifies deeply nested if-let expressions and suggests let chains for cleaner control flow. Activates when users write nested conditionals with pattern matching.
2026-01-05