Browse Skills

20307 skills found

dev.md
0
1 export dev
2 edwinhu from "edwinhu/workflows"
3 This skill should be used when the user asks to "implement a feature", "add functionality", "build a new feature", "fix a non-trivial bug", or needs a structured development workflow. Orchestrates 7-phase workflow with user approval gates and TDD enforcement.
2026-01-05
skill-creator.md
0
1 export skill-creator
2 shaowei-g from "shaowei-g/codex-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 Codex's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
taxonomy-resolver.md
0
1 export taxonomy-resolver
2 dannon from "dannon/taxonomy-resolver"
3 Resolves ambiguous organism names to precise NCBI taxonomy IDs and scientific names, then recommends appropriate IWC (Intergalactic Workflow Commission) Galaxy workflows for analysis. Use this skill when users provide common names (like "malaria parasite", "E. coli", "mouse"), abbreviated names, or when you need to convert any organism reference to an exact scientific name for API queries. This skill handles disambiguation through conversation, validates taxonomy IDs via NCBI Taxonomy API, provides ENA FASTQ search capabilities, and ALWAYS recommends existing IWC workflows rather than producing custom scripts or analysis steps.
2026-01-05
sleeptrack-be.md
0
1 export sleeptrack-be
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill provides comprehensive backend REST API integration for Asleep sleep tracking platform. Use this skill when building server-side applications, API proxies for mobile apps, webhook event handlers, cross-platform backends (React Native, Flutter), analytics dashboards, or multi-tenant sleep tracking systems. Covers authentication, user management, session retrieval, statistics, webhook integration, and production-ready patterns with code examples in Python, Node.js, and curl.
2026-01-05
python-performance-optimization.md
0
1 export python-performance-optimization
2 HermeticOrmus from "HermeticOrmus/after-the-third-cup"
3 Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance.
2026-01-05
system-architecture.md
0
1 export system-architecture
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-mlops"
3 Master software architecture, system design, design patterns, distributed systems, and technical leadership. Learn to architect scalable, reliable, and maintainable systems.
2026-01-05
deptrac-fixer.md
0
1 export deptrac-fixer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Diagnose and fix Deptrac architectural violations automatically. Use when Deptrac reports dependency violations, layers are incorrectly coupled, or when refactoring code to respect hexagonal architecture boundaries. Never modifies deptrac.yaml - always fixes the code to match the architecture.
2026-01-05
agent-builder.md
0
1 export agent-builder
2 NangoHQ from "NangoHQ/ai-ide-prompts"
3 Use when creating, improving, or troubleshooting Claude Code subagents. Expert guidance on agent design, system prompts, tool access, model selection, and best practices for building specialized AI assistants.
2026-01-05
incoherence.md
0
1 export incoherence
2 timmye from "timmye/neurosensefx"
3 Detect and resolve incoherence in documentation, code, specs vs implementation. Includes reconciliation phase for applying user-provided resolutions.
2026-01-05
format.md
0
1 export format
2 nx-std from "nx-std/mono"
3 Format Rust and Meson code using justfile tasks (just fmt-rs, just fmt-meson). Use when editing .rs or meson files, mentions formatting, code style, rustfmt, cleanup, or before commits/PRs. Ensures consistent code style across the codebase.
2026-01-05
jira-ticket-creator.md
0
1 export jira-ticket-creator
2 alexismanuel from "alexismanuel/dotfiles"
3 This skill should be used when users need to create Jira tickets for the RD (Research & Development) project. It supports creating features, bugs, and tasks with proper field mapping including assignee, team, sprint, and state. The skill uses Jira CLI commands and provides templates for different ticket types.
2026-01-05
validate-docs-implementation.md
0
1 export validate-docs-implementation
2 abdullahbeam from "abdullahbeam/nexus-design-abdullah"
3 Load when user says "validate docs", "check documentation consistency", "docs vs implementation", or "find documentation mismatches". Systematically compares implementation code against documentation to identify and fix inconsistencies.
2026-01-05
code-documentation.md
0
1 export code-documentation
2 Z1-Test from "Z1-Test/temp-harshdeep-st17"
3 add and manage documentation in code, including constants, variables, functions, classes, and modules
2026-01-05
react-frontend-spa.md
0
1 export react-frontend-spa
2 Higashi-Masafumi from "Higashi-Masafumi/ai-coding-template"
3 ReactでSPAフロントエンドを実装・改修するためのガイド。バックエンド分離前提でNext.jsやサーバーサイド機能に依存せず、React Router中心のクライアント実装を行う時に使う。認証はAuthProviderとuseAuthカスタムフックで統一し、OpenAPIからorvalまたはopenapi-typescriptで型/クライアントを生成して利用する。ESLint+Prettier、zod、shadcn/ui、デザイントークン(CSS変数/Tailwindテーマ)を前提にする場合に適用する。ディレクトリ構成はmodules/components/hooks/providers/servicesなどの直感的な命名で複雑化に耐える構成にする。
2026-01-05
secure-by-design-pattern-library.md
0
1 export secure-by-design-pattern-library
2 adaptive-enforcement-lab from "adaptive-enforcement-lab/claude-skills"
3 Secure-by-design architecture patterns for Kubernetes. Zero trust, defense in depth, least privilege, and fail-secure patterns with implementation examples and threat models.
2026-01-05
testing-best-practices.md
0
1 export testing-best-practices
2 WebDev70 from "WebDev70/hosting-google"
3 Expert knowledge of testing Node.js and Express applications including Jest configuration, Supertest for API testing, unit vs integration vs e2e testing, mocking external APIs, test organization, code coverage, CI/CD integration, and TDD practices. Use when writing tests, setting up testing framework, debugging test failures, or adding test coverage.
2026-01-05
git-workflow.md
0
1 export git-workflow
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Git branch management, commits, pull requests, and IJACK Roadmap project board integration. Use when creating feature branches, committing code, creating pull requests, managing git workflows, or adding issues to the IJACK Roadmap project board.
2026-01-05
code-review.md
0
1 export code-review
2 az9713 from "az9713/claude-code-agentic-framework"
3 Code review checklist and best practices for thorough quality assessment.
2026-01-05
developing-nextjs.md
0
1 export developing-nextjs
2 duksosleepy from "duksosleepy/lug-front"
3 Use this skill when developing Next.js 16+ applications - creating pages, components, layouts, API routes, implementing proxy.ts, adding caching with Cache Components, or refactoring frontend code. This includes working with App Router patterns, Server Components, Server Actions, React 19+ features, and Tailwind CSS v4.
2026-01-05
langchain.md
0
1 export langchain
2 htooayelwinict from "htooayelwinict/claude-config"
3 Expert guidance for building LLM applications with LangChain framework - chains, prompts, memory, retrievers, and integrations.
2026-01-05
nextjs-devtools.md
0
1 export nextjs-devtools
2 Asmayaseen from "Asmayaseen/hackathon-2"
3 Next.js development tooling via MCP. Inspect routes, components, build info, and debug Next.js apps.Use when working on Next.js applications, debugging routing, or inspecting app structure.NOT for general React or non-Next.js projects.
2026-01-05
unreal-engine-developer.md
0
1 export unreal-engine-developer
2 DammianMiller from "DammianMiller/universal-agent-memory"
3 Expert Unreal Engine 5 developer and technical artist for complete game development via agentic coding. Enables AI-driven control of Unreal Editor through MCP, Python scripting, Blueprints, and C++ for level design, asset management, gameplay programming, and visual development.
2026-01-05
plantuml.md
0
1 export plantuml
2 SpillwaveSolutions from "SpillwaveSolutions/plantuml"
3 Generate PlantUML diagrams from text descriptions and convert them to PNG/SVG images. Use when asked to "create a diagram", "generate PlantUML", "convert puml to image", "extract diagrams from markdown", or "prepare markdown for Confluence". Supports all PlantUML diagram types including UML (sequence, class, activity, state, component, deployment, use case, object, timing) and non-UML (ER diagrams, Gantt charts, JSON/YAML visualization, mindmaps, WBS, network diagrams, wireframes, and more).
2026-01-05
content-ops-netlify.md
0
1 export content-ops-netlify
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Next.js content model with visual editing for Netlify.
2026-01-05