Browse Skills
20307 skills found
jupyter.md
0
1
export
jupyter
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Work with Jupyter notebooks without leaving Claude Code. Execute cells, inspect outputs, validate structure, and convert formats. Activate when working with .ipynb files, user mentions notebooks, Jupyter, or needs to run/debug notebook code.
2026-01-05
property-based-testing.md
0
1
export
property-based-testing
2
from
"rubrical-studios/process-docs"
from
"rubrical-studios/process-docs"
3
Guide developers through property-based testing including property definition, shrinking, and framework-specific implementation
2026-01-05
parallel-subagent-driven-development.md
0
1
export
parallel-subagent-driven-development
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when executing decomposed plans with parallel batches - dispatches up to 2 fresh subagents per batch with code review between batches, enabling fast parallel iteration with quality gates
2026-01-05
implement-feature.md
0
1
export
implement-feature
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Guide for implementing features in ClaudeBar following architecture-first design, TDD, rich domain models, and Swift 6.2 patterns. Use this skill when:(1) Adding new functionality to the app(2) Creating domain models that follow user's mental model(3) Building SwiftUI views that consume domain models directly(4) User asks "how do I implement X" or "add feature Y"(5) Implementing any feature that spans Domain, Infrastructure, and App layers
2026-01-05
system-createcli.md
0
1
export
system-createcli
2
from
"sysylvia/ssylvia-website"
from
"sysylvia/ssylvia-website"
3
Generate production-quality TypeScript CLIs with full documentation, error handling, and best practices.Creates deterministic, type-safe command-line tools following CLI-First Architecture.USE WHEN user says "create a CLI", "build a command-line tool", "make a CLI for X", or requests CLI generation.
2026-01-05
cui-javascript-unit-testing.md
0
1
export
cui-javascript-unit-testing
2
from
"cuioss/cui-llm-rules"
from
"cuioss/cui-llm-rules"
3
Jest unit testing standards covering configuration, test structure, testing patterns, and coverage requirements
2026-01-05
frontend-ui-integration.md
0
1
export
frontend-ui-integration
2
from
"brandongalang/mise-app"
from
"brandongalang/mise-app"
3
Implement or extend a user-facing workflow in a web application, integrating with existing backend APIs. Use when the feature is primarily a UI/UX change backed by existing APIs, affects only the web frontend, and requires following design system, routing, and testing conventions.
2026-01-05
code-organization.md
0
1
export
code-organization
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Provides patterns for file structure, module boundaries, naming conventions, directory organization, and import/export patterns. Use when organizing code, creating new projects, restructuring codebases, establishing module boundaries, or reviewing project architecture.
2026-01-05
website-copy-standards.md
0
1
export
website-copy-standards
2
from
"adnanmueller/am-dev-plugins"
from
"adnanmueller/am-dev-plugins"
3
Comprehensive skill for writing high-converting, AI-optimised website copy that combines Generative Engine Optimization (GEO) with strategic copywriting psychology. Use when: (1) Writing new website copy, landing pages, or marketing content, (2) Performing SEO audits or content reviews, (3) Optimising content for AI Answer Engines (Google AI, Perplexity, ChatGPT), (4) Implementing Schema markup (JSON-LD structured data), (5) Writing B2B or B2C-specific copy, (6) Creating About Us pages or brand storytelling content, (7) Writing microcopy, error messages, or UX text, (8) Ensuring accessibility and inclusive language.Invoke with: /write-website-copy, /audit-seo, /generate-schema, /validate-content, or say "use the website-copy-standards skill to..."
2026-01-05
create-plan.md
0
1
export
create-plan
2
from
"dopsonbr/agent-kit"
from
"dopsonbr/agent-kit"
3
Create detailed implementation plans with diagrams and dependency graphs. Use when planning features, refactoring, or multi-step development work before writing code.
2026-01-05
pr-documentation-uml.md
0
1
export
pr-documentation-uml
2
from
"YoungY620/pr-summary-skills"
from
"YoungY620/pr-summary-skills"
3
Generate PR documentation with UML diagrams based on Git branch differences. Explains modification reasons, content, and implementation. Uses Mermaid to draw architecture, class, sequence diagrams with exact code element names matching actual code.
2026-01-05
technical-writer.md
0
1
export
technical-writer
2
from
"therealchandlerbing/claude-usecases"
from
"therealchandlerbing/claude-usecases"
3
Professional technical documentation specialist that creates clear, comprehensive documentation including API references, user guides, READMEs, integration guides, and developer tutorials
2026-01-05
mcp-memory-server-surgery.md
0
1
export
mcp-memory-server-surgery
2
from
"metabench/copilot-dl-news"
from
"metabench/copilot-dl-news"
3
Use when modifying MCP servers that touch repo memory (especially docs-memory). Includes protocol guardrails, validation ladder, and how to store new capabilities as Skills so future agents don’t re-learn painful details. Triggers: docs-memory, mcp-server.js, tools/list, tools/call, stdio, headerless, JSON-RPC, protocol.
2026-01-05
firebase-auth.md
0
1
export
firebase-auth
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Implements Firebase Authentication with email, OAuth, phone auth, and custom tokens. Use when building apps with Firebase, needing flexible auth methods, or integrating with Firebase ecosystem.
2026-01-05
glsl-shader.md
0
1
export
glsl-shader
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create audio-reactive GLSL visualizers for Bice-Box. Provides templates, audio uniforms (iRMSOutput, iRMSInput, iAudioTexture), coordinate patterns, and common shader functions.
2026-01-05
ios-code-review.md
0
1
export
ios-code-review
2
from
"daispacy/py-claude-marketplace"
from
"daispacy/py-claude-marketplace"
3
Concise iOS code review for Payoo Merchant app. Focuses on critical/high/medium issues - RxSwift memory leaks, retain cycles, naming conventions, Clean Architecture violations, and business logic placement. Use when reviewing Swift files, pull requests, ViewModels, ViewControllers, UseCases, and Repositories.
2026-01-05
agent-native-architecture.md
0
1
export
agent-native-architecture
2
from
"PierPaoloPastore/Progetto_Database_Acquisti"
from
"PierPaoloPastore/Progetto_Database_Acquisti"
3
Build AI agents using prompt-native architecture where features are defined in prompts, not code. Use when creating autonomous agents, designing MCP servers, implementing self-modifying systems, or adopting the "trust the agent's intelligence" philosophy.
2026-01-05
ftpc-storage-write.md
0
1
export
ftpc-storage-write
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Full read-write access to remote storage backends (local, FTP, SFTP, S3, Azure). Upload files, delete files, create directories, in addition to listing and downloading. Use when you need to modify files on cloud storage, FTP servers, or remote filesystems.
2026-01-05
kotlin-fundamentals.md
0
1
export
kotlin-fundamentals
2
from
"pluginagentmarketplace/custom-plugin-android"
from
"pluginagentmarketplace/custom-plugin-android"
3
Master Kotlin syntax, OOP principles, SOLID practices, functional programming, and data structures. Use when writing Kotlin code or designing class hierarchies.
2026-01-05
code-review.md
0
1
export
code-review
2
from
"jhlee0409/laylder"
from
"jhlee0409/laylder"
3
Review code for Laylder quality standards including TypeScript patterns, React 2025 best practices, accessibility, and performance. Use when reviewing PRs, checking code quality, or ensuring compliance with project conventions.
2026-01-05
oneplan.md
0
1
export
oneplan
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
OnePlan is a GitHub-native, context-driven engineering workflow using Milestones (tracks), Issues (spec/plan), and Sub-issues (phases/tasks). Use for complex features/bugfixes that need structured planning, resumable execution, parallel tasks, and team coordination.
2026-01-05
moai-domain-devops.md
0
1
export
moai-domain-devops
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
CI/CD pipelines, Docker 27, Kubernetes 1.32, and infrastructure as code.
2026-01-05
fastapi.md
0
1
export
fastapi
2
from
"Lobbi-Docs/claude"
from
"Lobbi-Docs/claude"
3
FastAPI development including async endpoints, Pydantic models, dependency injection, and OpenAPI documentation. Activate for FastAPI apps, async Python APIs, and modern Python web services.
2026-01-05
create-entity.md
0
1
export
create-entity
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Automate creation of complete CRUD entities (backend Laravel + frontend Vue) following Budget Manager project conventions. Use when the user asks to create a new entity, model, resource, or CRUD feature. Triggers on requests like "create a new category entity", "add a product model with CRUD", "generate an entity for transactions", or any request to scaffold a complete feature with database, API, and UI components.
2026-01-05