Browse Skills

22656 skills found

backend-queries.md
0
1 export backend-queries
2 devmatrix-ai from "devmatrix-ai/devmatrix-mvp"
3 Write efficient and secure database queries using parameterized statements, preventing SQL injection, and optimizing performance through proper indexing and eager loading. Use this skill when writing database queries, ORM query methods, SQL statements, or repository pattern implementations. Use this skill when optimizing query performance, preventing N+1 query problems, implementing transactions for data consistency, or adding query timeouts and caching strategies. Use this skill when working with SELECT statements, JOIN operations, WHERE clauses, or any code that interacts with the database to fetch or manipulate data. Use this skill when working with files in repositories/, queries/, services/, or data access layers that contain database query logic.
2026-01-05
witness-scribe.md
0
1 export witness-scribe
2 majiayu000 from "majiayu000/claude-skill-registry"
3 A philosophical companion for deep inquiry and revelation. The Witness-Scribe remembers all that is spoken, structures emerging insights, asks deepening questions, and maintains coherence across the unfolding testament. Use when engaging in philosophical exploration, spiritual inquiry, or developing complex systems of belief and meaning.
2026-01-05
screen-control-operator.md
0
1 export screen-control-operator
2 breverdbidder from "breverdbidder/life-os"
3 Autonomous browser control via Chrome DevTools Protocol and Accessibility Tree for full screen control like GPT Operator. Use when user requests "control my screen", "verify Lovable", "test scrapers", "debug DOM", "autonomous testing", or any browser automation task. NO screenshots - uses CDP + semantic queries for 10x faster, 100% reliable element targeting.
2026-01-05
generate-missing-tests.md
0
1 export generate-missing-tests
2 foolishimp from "foolishimp/ai_sdlc_method"
3 Homeostatic actuator auto-generating missing tests for requirements with low coverage. Creates unit tests, edge cases, and error cases for REQ-* without sufficient test coverage. Use when validate-test-coverage detects gaps.
2026-01-05
human-docs.md
0
1 export human-docs
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Creates human-friendly documentation from AI context documentation. Transforms detailed AI documentation in ai/ folder into digestible summaries, quick starts, and visual diagrams in docs/ folder. Use when users need to quickly understand complex systems or when AI documentation is too detailed for human consumption. Specializes in Mermaid diagrams, executive summaries, and quick reference guides.
2026-01-05
dotnet-test-triage.md
0
1 export dotnet-test-triage
2 bravellian from "bravellian/workbench"
3 Run dotnet test, capture failed test cases, and generate a rerun filter plus a markdown failure summary. Use when test runs fail and you need a focused rerun command or a compact failure report.
2026-01-05
id-generator.md
0
1 export id-generator
2 nathanvale from "nathanvale/dotfiles"
3 Generate task (T####) and report (R####) IDs with rich metadata tracking. Stores creation date, source document, type, and notes for every ID. State in .claude/state/task-streams/id-generator.json (gitignored). Auto-initializes. (project, gitignored)
2026-01-05
mcp-code-graph.md
0
1 export mcp-code-graph
2 MichelKerkmeester from "MichelKerkmeester/AI_Magic"
3 GraphRAG-powered code intelligence providing agentic reasoning tools (agentic_context, agentic_impact, agentic_architecture, agentic_quality) that return synthesized ANSWERS about code relationships, dependencies, architecture, and quality metrics. Uses knowledge graph + vector embeddings for relationship-aware code understanding. Replaces mcp-semantic-search.
2026-01-05
backend-models.md
0
1 export backend-models
2 elliotsaha from "elliotsaha/smt-slack-app"
3 Define and structure database models with proper data integrity, relationships, and validation. When creating or modifying database model files (models/*, *.model.ts, schema.ts, schema.prisma, drizzle.config.ts). When working on ORM schemas, database table definitions, or data structure specifications. When defining model relationships, constraints, foreign keys, indexes, or validation rules. When implementing timestamps, data types, or cascade behaviors for database entities.
2026-01-05
td-vector-distance.md
0
1 export td-vector-distance
2 teradata-labs from "teradata-labs/claude-cookbooks"
3 Vector distance calculations for similarity analysis
2026-01-05
datalab.md
0
1 export datalab
2 xdanger from "xdanger/claude-plugins"
3 Convert documents (PDF, EPUB, PPTX, DOCX, XLSX, HTML, images) to Markdown using Datalab cloud API. Use when user wants to use Datalab API for document conversion, or prefers cloud-based processing over local marker CLI.
2026-01-05
nextjs-architect.md
0
1 export nextjs-architect
2 edneyreis999 from "edneyreis999/zord-project"
3 SEMPRE use quando trabalhar com Next.js 15/React 19 + shadcn/ui + Tailwind. Arquiteta apps server-first/feature-first com decisões de estado, cache, forms, segurança e performance.
2026-01-05
plugin-validator.md
0
1 export plugin-validator
2 poindexter12 from "poindexter12/waypoint"
3 Validate Claude Code plugin structure, manifests, frontmatter, and dependencies. Use when user mentions "validate plugin", "check plugin health", "plugin broken", "plugin not loading", "plugin errors", "plugin.json invalid", "agent not working", "check plugin structure", or reports plugin-related issues.
2026-01-05
systematic-debugging.md
0
1 export systematic-debugging
2 penne-0505 from "penne-0505/docs_driven_dev_template"
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
api-organization.md
0
1 export api-organization
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Explains the standardized API organization pattern for this codebase. Use when creating new API endpoints, API clients, or modifying existing API structure. Covers the 5-file system (endpoint-types, endpoints, api-client, admin-api-client, protected-endpoints), role-based access patterns (admin vs regular users), and TypeScript type safety across the API layer. All API code lives in src/lib/api/ following this exact pattern.
2026-01-05
computer-vision.md
0
1 export computer-vision
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Image processing, object detection, segmentation, and vision models. Use for image classification, object detection, or visual analysis tasks.
2026-01-05
pufferlib.md
0
1 export pufferlib
2 jackspace from "jackspace/ClaudeSkillz"
3 This skill should be used when working with reinforcement learning tasks including high-performance RL training, custom environment development, vectorized parallel simulation, multi-agent systems, or integration with existing RL environments (Gymnasium, PettingZoo, Atari, Procgen, etc.). Use this skill for implementing PPO training, creating PufferEnv environments, optimizing RL performance, or developing policies with CNNs/LSTMs.
2026-01-05
h2-tank-builder.md
0
1 export h2-tank-builder
2 Proaptus from "Proaptus/proagentic-dfx"
3 Systematic development skill for H2 Tank Designer frontend and mock server. Use when building, testing, or modifying the H2 Tank Designer project. Enforces TDD, RTM-driven development, and phased validation. Ensures agent stays on track with specifications, validates against 189 requirements, and follows best practices for Next.js, React, TypeScript, and Three.js development.
2026-01-05
book-to-post.md
0
1 export book-to-post
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Search for books using Google Books API (by title or ISBN) and generate a Hugo markdown post with book metadata including cover, description, author, etc. Use when the user provides a book title or ISBN.
2026-01-05
permissions-manager.md
0
1 export permissions-manager
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Configures Claude Code permissions via natural language for CLI tools (git, gcloud, aws, kubectl, maven, gradle, npm, docker), project types (Rust, Java, TypeScript, Python), and file patterns. Use when asked to "configure permissions", "enable git", "allow docker", "setup project permissions", "apply permission profile", or "make files editable". Auto-detects project types and researches unknown tools.
2026-01-05
cass.md
0
1 export cass
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Always search before starting any work across all coding agent session histories (Claude Code, Codex, Cursor, Gemini CLI, Aider, ChatGPT) to find whatever we've discussed before.
2026-01-05
empirica-epistemic-framework.md
0
1 export empirica-epistemic-framework
2 Nubaeon from "Nubaeon/empirica"
3 Empirica epistemic self-assessment framework for AI agents. Use when you need to assess your knowledge state, track learning, measure calibration, or ensure genuine metacognitive reasoning. Provides 13-vector epistemic assessment (KNOW, DO, CONTEXT, CLARITY, COHERENCE, SIGNAL, DENSITY, STATE, CHANGE, COMPLETION, IMPACT, ENGAGEMENT, UNCERTAINTY). Use for preflight assessment before tasks, postflight validation after completion, continuous epistemic tracking during complex work, or session handoff reports for multi-session/multi-agent coordination (98% token reduction).
2026-01-05
csharp-async-patterns.md
0
1 export csharp-async-patterns
2 icartsh from "icartsh/icartsh_plugin"
3 Task, ValueTask, async streams, cancellation 등 C# async/await 패턴을 사용할 때 활용합니다. 비동기 C# 코드를 작성할 때 사용합니다.
2026-01-05
skill-creator.md
0
1 export skill-creator
2 AlexisLaporte from "AlexisLaporte/agent-helpers"
3 Guide for creating custom Claude Code skills. Use when user wants to create a new skill, understand skill structure, or extend Claude's capabilities with custom tools.
2026-01-05