Browse Skills

20307 skills found

code-analyze.md
0
1 export code-analyze
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Analyze codebase for patterns, issues, and improvements. Enforces analysis standards while incorporating user-specific requirements.
2026-01-05
menu-verification.md
0
1 export menu-verification
2 cgjen-box from "cgjen-box/planted-website"
3 Use this skill to verify whether restaurants actually have Planted products on their current menu. Crawls restaurant websites, parses PDF menus, and updates venue verification status in Firestore.
2026-01-05
parallel-execution.md
0
1 export parallel-execution
2 jpoutrin from "jpoutrin/product-forge"
3 Execute multiple Claude Code agents in parallel using the cpo CLI tool. Use when running parallel tasks, monitoring execution, or understanding the execution workflow.
2026-01-05
tailwindcss.md
0
1 export tailwindcss
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide for implementing Tailwind CSS - a utility-first CSS framework for rapid UI development. Use when styling applications with responsive design, dark mode, custom themes, or building design systems with Tailwind's utility classes.
2026-01-05
coaching.md
0
1 export coaching
2 TituxMetal from "TituxMetal/warehouse-manager"
3 Learn By Doing coaching methodology for guided development. Use when coaching a developer through any implementation phase.
2026-01-05
create-prd.md
0
1 export create-prd
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate comprehensive Product Requirements Documents for web and mobile apps using lean startup methodology. Perfect for solo entrepreneurs and new product concepts. Creates hypothesis-driven PRDs with MVP focus, user stories, and technical specifications. Exports to multiple formats including Markdown, HTML, and DOCX. Use when planning new products, defining MVPs, or documenting product vision for AI coding assistants.
2026-01-05
managing-skills.md
0
1 export managing-skills
2 mikekelly from "mikekelly/managing-skills"
3 Install, update, list, and remove Claude Code and OpenCode skills. Supports GitHub repositories (user/repo), GitHub subdirectory URLs, and .skill zip files. Can set up interoperability between Claude Code and OpenCode via symlinks. Use when user wants to install, add, download, update, sync, list, remove, uninstall, delete skills, or share skills between Claude Code and OpenCode.
2026-01-05
security.md
0
1 export security
2 FractionEstate from "FractionEstate/midnight-dev-skills"
3 Security auditing patterns for Midnight Network smart contracts and dApps. Use when reviewing code for vulnerabilities, privacy leaks, cryptographic weaknesses, or performing security audits.
2026-01-05
planner.md
0
1 export planner
2 MRenAIAgent from "MRenAIAgent/mini_agent"
3 Use when planning feature implementations, creating design artifacts, or structuring development tasks. Apply when user mentions planning, designing, architecting new features, or needs to break down complex features into implementation phases. Use proactively when user describes a substantial new feature to implement.
2026-01-05
reverse-engineering-toolkit.md
0
1 export reverse-engineering-toolkit
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Understand undocumented systems through static/dynamic analysis, dependency mapping, and pattern recognition
2026-01-05
ic-curate.md
0
1 export ic-curate
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Curate external IC10 resources without generating code. Use when user wants to find existing scripts, tutorials, or community solutions for Stationeers automation.
2026-01-05
review-perspective-selector.md
0
1 export review-perspective-selector
2 shiroinock from "shiroinock/ts-template"
3 Automatically selects appropriate review perspectives based on file type and characteristics. Use when initiating code review to determine which review-points files should be applied.
2026-01-05
rest-api-design.md
0
1 export rest-api-design
2 majiayu000 from "majiayu000/claude-skill-registry"
3 REST API design patterns and MicroProfile OpenAPI documentation. Use when designing endpoints, choosing HTTP methods, status codes, or documenting APIs with OpenAPI annotations.
2026-01-05
dokploy-cloudflare-integration.md
0
1 export dokploy-cloudflare-integration
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Integrate Cloudflare services with Dokploy templates: R2 storage, DNS challenge for SSL, Zero Trust Access, Workers, WAF, and Tunnel. Default to CF services for external dependencies.
2026-01-05
obsidian-editor.md
0
1 export obsidian-editor
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Personal copy editor and content enhancer for Obsidian vault notes. Use when the user requests editing, enhancement, copyediting, critique, or improvement of markdown files. Typical triggers include "edit this file", "clean up these notes", "enhance this draft", "give me feedback on", "polish this content", "expand my shorthand", or "add links to this". Handles diverse content types including technical documentation, research notes, essays, Substack posts, administrative notes, and personal writing. Always preserves original content and appends enhanced version below a separator line.
2026-01-05
token-endpoint-reviewer.md
0
1 export token-endpoint-reviewer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Review test cases for Token Endpoint. Covers grant_type=authorization_code, client authentication (client_secret_basic, client_secret_post), token request/response validation, and all requirements per OIDC Core 1.0 Section 3.1.3 and OAuth 2.1.
2026-01-05
auth-system-design.md
0
1 export auth-system-design
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Authentication system design and implementation guidance with Python examples using strict typing. Use when: (1) Designing authentication flows (signup, login, logout, refresh), (2) Selecting between session vs token-based auth, (3) Designing JWT structure and claims, (4) Implementing OAuth 2.0 flows, (5) Setting up multi-service authentication patterns, (6) Creating password reset and email verification flows, (7) Implementing role-based access control (RBAC), (8) Creating security checklists for auth systems, (9) Planning frontend/backend auth integration. All examples follow Python typing standards and security best practices.
2026-01-05
new-component.md
0
1 export new-component
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Scaffold a new Angular component with test file following project conventions. Use when creating new components, widgets, or UI elements.
2026-01-05
smalltalk-debugger.md
0
1 export smalltalk-debugger
2 mumez from "mumez/smalltalk-dev-plugin"
3 This skill should be used when debugging Smalltalk code, including:
2026-01-05
find-dead-code.md
0
1 export find-dead-code
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Systematically identify unused code by inverting the burden of proof. Assumes ALL added code is dead until proven used. Extracts all code items (procs, types, fields, imports), generates "X is dead" claims, verifies each with caller search, detects write-only dead code (stored but never read), performs iterative re-scanning after removals to find orphaned code, produces report with removal plan. Use when: reviewing code changes, auditing new features, cleaning up PRs, or user says "find dead code", "find unused code", "check for unnecessary additions", "what can I remove".
2026-01-05
complexity-check.md
0
1 export complexity-check
2 Jacobgokul from "Jacobgokul/AI-Task-Manager"
3 Analyzes code complexity metrics and identifies areas that are too complex for developers to easily understand
2026-01-05
cv-writer.md
0
1 export cv-writer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert CV/resume writer with deep ATS optimization, job description analysis using chain-of-thought reasoning, industry-specific formatting (tech, business, creative, academic, executive), and strategic career positioning. Use when users need help with creating or updating CVs/resumes, analyzing job descriptions to identify keywords and requirements, optimizing existing CVs for ATS systems, tailoring CVs for specific jobs or industries, improving CV sections or bullet points, translating experience into achievement-driven narratives, addressing career gaps or transitions, or selecting appropriate CV formats for different fields and career levels.
2026-01-05
vector-awkward.md
0
1 export vector-awkward
2 gordonwatts from "gordonwatts/skill-test"
3 Use when working in Python with scikit-hep vector and Awkward Array to build vector records, register behaviors, compute deltaR or invariant masses, combine or boost vectors, or access vector properties from ak.zip records of type (Momentum3D/Momentum4D/Vector4D). Vector is only useful if you are also using Awkward.
2026-01-05
docker-containerization.md
0
1 export docker-containerization
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Provides guidance and templates for containerizing applications using Docker. Use when a user wants to create Dockerfiles, optimize images, set up multi-container applications with docker-compose, or follow best practices for containerization. Includes templates for frontend (Next.js), backend (FastAPI), workers, and databases.
2026-01-05