Browse Skills
44957 skills found
moai-platform-convex.md
1
1
export
moai-platform-convex
2
from
"junseokandylee/RallyApp"
from
"junseokandylee/RallyApp"
3
Convex real-time backend specialist covering TypeScript-first reactive patterns, optimistic updates, and server functions. Use when building real-time collaborative apps.
2026-01-05
json-schema.md
1
1
export
json-schema
2
from
"mcclowes/vague"
from
"mcclowes/vague"
3
Use when working with JSON Schema for validation, including draft-07, 2019-09, and 2020-12 specifications
2026-01-05
nextjs-knowledge-skill.md
1
1
export
nextjs-knowledge-skill
2
from
"adilkalam/claude-vibe-code"
from
"adilkalam/claude-vibe-code"
3
Skill providing structured Next.js knowledge: App Router patterns, RSC usage, rendering/data strategies, and modern Next.js best practices.
2026-01-05
vue-router.md
1
1
export
vue-router
2
from
"pluginagentmarketplace/custom-plugin-vue"
from
"pluginagentmarketplace/custom-plugin-vue"
3
Master Vue Router - Navigation, Guards, Lazy Loading, Meta Fields, History Modes
2026-01-05
add-project.md
1
1
export
add-project
2
from
"ankurkakroo2/ankurkakroo2"
from
"ankurkakroo2/ankurkakroo2"
3
Automatically add a GitHub project to the Current Projects section. Fetches repo info, generates an emoji and one-line description, then updates README. Use when the user provides a GitHub URL.
2026-01-05
simple-review-format.md
1
1
export
simple-review-format
2
from
"uuta/dotfiles"
from
"uuta/dotfiles"
3
Output in the specified format when a review of specific markdown is requested.
2026-01-05
environment-configuration.md
1
1
export
environment-configuration
2
from
"omerakben/omer-akben"
from
"omerakben/omer-akben"
3
Environment variables, setup procedures, API configurations, and security for the omer-akben portfolio. Use when setting up the project, configuring services, or troubleshooting environment issues.
2026-01-05
project-specs-quick-reference.md
1
1
export
project-specs-quick-reference
2
from
"clientt-ai/clientt_phoenix_crm"
from
"clientt-ai/clientt_phoenix_crm"
3
Quick reference templates for BDD/DDD specifications - condensed version for fast lookups
2026-01-05
refactor-scan-tech-debt.md
1
1
export
refactor-scan-tech-debt
2
from
"CANTAGESTUDIO/CosmicAtlasPacker"
from
"CANTAGESTUDIO/CosmicAtlasPacker"
3
[Code Quality] Scans codebase for technical debt indicators: code smells, complexity hotspots, duplications, outdated patterns, and anti-patterns. Use when starting a refactoring session to identify what needs attention.
2026-01-05
flutter-mobile-automation.md
1
1
export
flutter-mobile-automation
2
from
"K9i-0/flutter_e2e_investigation"
from
"K9i-0/flutter_e2e_investigation"
3
FlutterアプリのE2Eテストとモバイル自動化の知見。Maestro、Mobile MCP、Dart MCPを使用したテスト作成・実行時に使用。
2026-01-05
architecture-validator.md
1
1
export
architecture-validator
2
from
"davidmatousek/product-led-spec-kit"
from
"davidmatousek/product-led-spec-kit"
3
Validates architecture documentation completeness by checking for technology stack, API specifications, database schema, security architecture, and alignment with feature specification. Ensures plan.md is complete before implementation.
2026-01-05
seo-content-validation.md
1
1
export
seo-content-validation
2
from
"tipmaster/claude-config"
from
"tipmaster/claude-config"
3
Use when creating/editing web pages, content templates, or sitemaps - validates SEO technical requirements including Schema.org markup, meta tags, internal links, and Core Web Vitals to prevent indexing and ranking issues
2026-01-05
global-tech-stack.md
1
1
export
global-tech-stack
2
from
"imkdw/imkdw-dev"
from
"imkdw/imkdw-dev"
3
Understand and utilize the project's technology stack including NestJS, Next.js, Prisma, PostgreSQL, and TypeScript. Use this skill when making technology decisions, when choosing libraries or packages, when understanding framework-specific patterns, or when configuring development tools. This includes NestJS with feature-based modular architecture, Next.js 15 with App Router, Prisma ORM for database access, PostgreSQL, TypeScript with strict mode, pnpm for package management, Turborepo for monorepo orchestration, and shared workspace packages. Apply when setting up new features, choosing dependencies, or understanding the overall system architecture.
2026-01-05
code-like-gopher.md
1
1
export
code-like-gopher
2
from
"vigo/claude-skills"
from
"vigo/claude-skills"
3
Provides Go programming expertise, including language syntax, idiomatic patterns, concurrency, and standard library usage. Use when generating, analyzing, refactoring, or reviewing Go code.
2026-01-05
task-valid-review.md
1
1
export
task-valid-review
2
from
"CANTAGESTUDIO/CosmicAtlasPacker"
from
"CANTAGESTUDIO/CosmicAtlasPacker"
3
[Task Mgmt] Verification tool for validating task completion in Review section. Use when checking if tasks are actually done before moving from Review to Done. Verifies subtask completion, code/file changes, and task-work alignment. Optional but recommended for quality assurance. (user)
2026-01-05
test-automation.md
1
1
export
test-automation
2
from
"spjoshis/claude-code-plugins"
from
"spjoshis/claude-code-plugins"
3
Master test automation with Selenium, Cypress, Playwright, framework design, and maintainable automated tests.
2026-01-05
incremental-fetch.md
1
1
export
incremental-fetch
2
from
"rohunvora/cool-claude-skills"
from
"rohunvora/cool-claude-skills"
3
Build resilient data ingestion pipelines from APIs. Use when creating scripts that fetch paginated data from external APIs (Twitter, exchanges, any REST API) and need to track progress, avoid duplicates, handle rate limits, and support both incremental updates and historical backfills. Triggers: 'ingest data from API', 'pull tweets', 'fetch historical data', 'sync from X', 'build a data pipeline', 'fetch without re-downloading', 'resume the download', 'backfill older data'. NOT for: simple one-shot API calls, websocket/streaming connections, file downloads, or APIs without pagination.
2026-01-05
discord-read.md
1
1
export
discord-read
2
from
"lycfyi/community-agent-plugin"
from
"lycfyi/community-agent-plugin"
3
Read and search synced Discord messages. Use when user asks about discord conversations, wants to see messages, or search for specific content.
2026-01-05
rust-ownership.md
1
1
export
rust-ownership
2
from
"spjoshis/claude-code-plugins"
from
"spjoshis/claude-code-plugins"
3
Master Rust ownership, borrowing, lifetimes, and memory safety. Understand move semantics, references, and zero-cost abstractions.
2026-01-05
chapter-outline-generator.md
1
1
export
chapter-outline-generator
2
from
"codeWithHak/30-day-aidd-challenge"
from
"codeWithHak/30-day-aidd-challenge"
3
Generates detailed chapter outlines for books, including key scenes, plot progression, character arcs, and themes. Use this when planning book structure or expanding story ideas.
2026-01-05
project-init.md
1
1
export
project-init
2
from
"netbrain/skeletons"
from
"netbrain/skeletons"
3
Automatically detects new project initialization, collaborates with user on project planning, and sets up the appropriate tech stack with matching skills and agents. Use when starting a new project, creating a new repository, or working in an empty/minimal directory that needs project structure.
2026-01-05
fp-workflow.md
1
1
export
fp-workflow
2
from
"fiberplane/claude-code-plugins"
from
"fiberplane/claude-code-plugins"
3
This skill should be used when the user asks to "start working on issue", "what should I work on", "pick up task", "continue work", "find next task", "hand off", or "end session". Provides agent work session patterns for the FP CLI including claiming work, logging progress, and VCS-based change tracking.
2026-01-05
writing-specifications.md
1
1
export
writing-specifications
2
from
"samjhecht/wrangler"
from
"samjhecht/wrangler"
3
Use when creating technical specifications for features, systems, or architectural designs. Creates comprehensive specification documents using the Wrangler MCP issue management system with proper structure and completeness checks.
2026-01-05
machine-learning.md
1
1
export
machine-learning
2
from
"89jobrien/steve"
from
"89jobrien/steve"
3
Machine learning development patterns, model training, evaluation, and deployment. Use when building ML pipelines, training models, feature engineering, model evaluation, or deploying ML systems to production.
2026-01-05