Skills de Claude Code · página 108
Skills individuales de Claude Code extraídas de todos los repositorios del directorio: cada SKILL.md, instalable con un comando, con su definición completa y las señales de confianza del repo.
|
hiyeshu/codeckInstalar|
hiyeshu/codeckInstalar|
hiyeshu/codeckInstalar|
hiyeshu/codeckInstalar|
hiyeshu/codeckInstalar- codeck206
|
hiyeshu/codeckInstalar >
- reflect206
>
Active context curation to fight context rot. Curates what goes into limited context window from constantly evolving information universe. 39% improvement, 84% token reduction.
VAMFI/claude-user-memoryInstalarSystematic methodology for identifying, capturing, and documenting reusable patterns from implementations. Enables automatic learning and knowledge-core.md updates. Claude invokes this after successful implementations to preserve institutional knowledge.
VAMFI/claude-user-memoryInstalarSystematic approach for creating minimal-change, reversible implementation plans. Claude invokes this skill when transforming requirements/research into executable blueprints. Emphasizes simplicity, safety, and clear verification steps.
VAMFI/claude-user-memoryInstalarSystematic validation methodology for ResearchPacks and Implementation Plans. Provides scoring rubrics and quality gates to ensure outputs meet standards before proceeding to next phase. Prevents garbage-in-garbage-out scenarios.
VAMFI/claude-user-memoryInstalarSystematic approach for gathering authoritative, version-accurate documentation. Claude invokes this skill when research is needed before implementation. Ensures truth over speed while achieving both.
VAMFI/claude-user-memoryInstalar- absolute202
>
maddhruv/absoluteInstalar >
maddhruv/absoluteInstalar>
maddhruv/absoluteInstalar>
maddhruv/absoluteInstalar>
maddhruv/absoluteInstalar>
maddhruv/absoluteInstalar>
maddhruv/absoluteInstalar>
maddhruv/absoluteInstalar>
maddhruv/absoluteInstalar- absolute-ui202
>
maddhruv/absoluteInstalar >
maddhruv/absoluteInstalar>
maddhruv/absoluteInstalar- auditcodex201
Send recent work to OpenAI Codex CLI for an independent audit/review
Send specific files to OpenAI Codex CLI for an independent audit/review
Deep audit producing a handoff document to get another agent fully up to speed
- checkpoint201
Concise checkpoint on hypothesis, changes, metrics, and next action
- pair201
Pair programming continuation
- push201
Commit and push changes with auto-generated summary
- ralphinit201
Start a ralph style looping session
- ralphonce201
Work on a single highest-priority feature from current_ documents, test it, update docs, and commit
Write a structured research prompt document — questions only, no answers
- sanitycheck201
Talk to me in plain language and gut check where we are at.
- selfaudit201
Pause and do a first-principles audit of recent work
- subagent199
Run a one-shot or flat parallel batch of provider LLM subagents (headless `cc-fleet subagent`) that return a result. Use when fanning out N independent tasks, doing bulk per-file work, or calling a specialized provider model (DeepSeek / GLM / Kimi / Qwen / MiniMax). NOT a long-lived collaborator you message back and forth (that is /cc-fleet:team); NOT a multi-phase pipeline with dependencies or resume (that is /cc-fleet:workflow); NOT trivial work the main session should just do.
ethanhq/cc-fleetInstalar - team199
Spawn long-lived provider LLM teammates in tmux panes that you message via the native agent-team tools — multi-turn, collaborative, watchable. Use for sustained parallel build/work ("spawn workers", N teammates on N files), or when you need a collaborator you message across turns. NOT a fire-and-forget one-shot or a flat batch of independent prompts — that is /cc-fleet:subagent. NOT a scripted multi-phase run — that is /cc-fleet:workflow.
ethanhq/cc-fleetInstalar - workflow199
Orchestrate a MULTI-PHASE, dependent, or resumable run over many provider subagents from a JS script, off the main context (`cc-fleet workflow`). Use for fan-out→barrier→synthesis, per-item pipelines, loop-until-dry, or a run that must survive a kill and `--resume` from its journal. NOT a flat fan-out of independent tasks (that is /cc-fleet:subagent — cheaper, no script); NOT interactive collaboration (that is /cc-fleet:team); NOT trivial single-shot work for the main session.
ethanhq/cc-fleetInstalar Writes and executes SQL queries from simple SELECTs to complex multi-table JOINs, aggregations, and subqueries. Use when the user asks to query a database, write SQL, run a SELECT statement, retrieve data, filter records, or generate reports from database tables.
Idun-Group/idun-agent-platformInstalarLists tables, describes columns and data types, identifies foreign key relationships, and maps entity relationships in a database. Use when the user asks about database schema, table structure, column types, what tables exist, ERD, foreign keys, or how entities relate.
Idun-Group/idun-agent-platformInstalarCompare WOZCODE vs vanilla Claude Code on the user's codebase — real cost, turn, and time savings. TRIGGER on "compare woz", "how much does woz save", "benchmark woz", "woz vs claude", "show me savings", or /woz-benchmark.
WithWoz/wozcode-pluginInstalar- woz-login196
Authenticate with the Woz service. Use when the user needs to log in or when authentication is required.
WithWoz/wozcode-pluginInstalar - woz-logout196
Clear stored Woz credentials and log out.
WithWoz/wozcode-pluginInstalar - woz-recall196
Semantically search past Claude Code sessions to recall commands, solutions, and context from prior conversations. TRIGGER on 'remember when', 'last time', 'we did this before', 'how did we', or /woz-recall.
WithWoz/wozcode-pluginInstalar - woz-savings196
Show WOZCODE savings report - calls saved, time saved, tokens saved, and lifetime totals.
WithWoz/wozcode-pluginInstalar - woz-status196
Show current Woz authentication status.
WithWoz/wozcode-pluginInstalar - woz-update196
Update the WOZCODE plugin to the latest version.
WithWoz/wozcode-pluginInstalar - woz-bug196
Report a WOZCODE bug. Same backend as /woz-feedback, tagged for bug triage. Session context (current session id, anonymous id, OS, arch, Node version) is auto-attached.
WithWoz/wozcode-pluginInstalar - woz-feedback196
Share feedback about WOZCODE — feature requests, general thoughts, anything that's working or not. For broken-behavior reports use /woz-bug (same backend, bug-tagged).
WithWoz/wozcode-pluginInstalar - woz-settings196
Manage WOZCODE plugin settings - toggle attribution, status line, spinner verbs.
WithWoz/wozcode-pluginInstalar - woz-share196
Share a WOZCODE referral code - friends get 20% off their first month, you get $20 in credit.
WithWoz/wozcode-pluginInstalar Build REST APIs with proper error handling, status codes, request validation, response formatting, and rate limiting. Apply when creating API routes, handling errors, validating input, or designing API responses.
ThamJiaHe/claude-code-handbookInstalarHarden REST and GraphQL APIs against common attack vectors. Apply when building API endpoints, implementing authentication, handling file uploads, or exposing APIs to external consumers.
ThamJiaHe/claude-code-handbookInstalarDeploy Node.js applications on AWS using EC2, RDS, and managed services with security best practices. Apply when setting up AWS infrastructure, configuring databases, managing security, or optimizing costs.
ThamJiaHe/claude-code-handbookInstalarRapidly fix build failures, type errors, and lint issues with minimal diffs. Apply when builds fail, TypeScript reports errors, or CI/CD pipelines break. Focuses on getting the build green fast.
ThamJiaHe/claude-code-handbookInstalarSTRIDE-based threat modeling for application architecture. Apply when designing new systems, reviewing architecture, or assessing security posture of existing applications.
ThamJiaHe/claude-code-handbookInstalarProduction-ready Docker patterns for multi-stage builds, security hardening, and orchestration. Apply when creating Dockerfiles, docker-compose configs, or deploying containerized applications.
ThamJiaHe/claude-code-handbookInstalar- Git Workflow196
Enforces Conventional Commits, PR standards, merge conflict resolution, and branch management. Apply when committing code, opening PRs, resolving conflicts, managing branches, or handling Git operations.
ThamJiaHe/claude-code-handbookInstalar Deploy Node.js applications on Google Cloud with Cloud Run, Cloud Firestore, and Google APIs. Implement OAuth2 authentication and manage service accounts. Apply when building serverless applications, integrating Google services, or deploying to GCP.
ThamJiaHe/claude-code-handbookInstalarStructured production incident triage, resolution, and post-mortem. Apply when production systems are down, degraded, or behaving unexpectedly. Covers detection, containment, resolution, and learning.
ThamJiaHe/claude-code-handbookInstalarImplement CloudWatch monitoring, error tracking with Sentry, structured logging, and alert configuration. Apply when setting up monitoring, tracking errors, debugging production issues, or configuring dashboards.
ThamJiaHe/claude-code-handbookInstalarConfigure serverless PostgreSQL databases on Neon with connection pooling, branching, and Edge Function integration. Apply when setting up serverless databases, connecting from Edge Functions, or managing database branches.
ThamJiaHe/claude-code-handbookInstalarImplement authentication with NextAuth.js v5, Google OAuth, credentials provider, session management, and protected routes. Apply when building auth flows, protecting routes, managing sessions, or implementing RBAC.
ThamJiaHe/claude-code-handbookInstalarBuild Next.js 15 applications using App Router, Server Components, Client Components, Server Actions, and streaming. Apply when creating pages, handling data fetching, implementing routes, or optimizing performance.
ThamJiaHe/claude-code-handbookInstalarSystematic security audit against OWASP Top 10:2025. Apply when reviewing code that handles authentication, user input, API endpoints, data storage, or any security-sensitive functionality.
ThamJiaHe/claude-code-handbookInstalarSystematic web application penetration testing methodology. Apply when performing authorized security assessments, bug bounty hunting, or pre-deployment security validation. Covers recon, scanning, exploitation, and reporting.
ThamJiaHe/claude-code-handbookInstalarOptimize Next.js bundle size with code splitting, tree shaking, lazy loading, and build configuration. Apply when improving performance, reducing bundle size, analyzing dependencies, or optimizing load times.
ThamJiaHe/claude-code-handbookInstalarBuild end-to-end tests with Playwright, Feature Object pattern, cross-browser testing, and visual regression. Apply when testing critical user flows, automating regression testing, or validating integrations.
ThamJiaHe/claude-code-handbookInstalarDesign database schemas, create migrations, manage data relationships, and sync with production using Prisma. Apply when designing database schemas, creating migrations, or defining data models.
ThamJiaHe/claude-code-handbookInstalarImplement Next.js SEO with metadata, structured data, sitemaps, Open Graph tags, and technical SEO. Apply when optimizing pages for search engines, adding social sharing, or improving discoverability.
ThamJiaHe/claude-code-handbookInstalarSave, resume, and compact Claude Code sessions for long-running work across context windows. Apply when approaching context limits, switching tasks, or continuing multi-session work.
ThamJiaHe/claude-code-handbookInstalarSmart context compaction that preserves critical information. Apply when context usage approaches 60-80% to recover usable context without losing important decisions, progress, or reasoning.
ThamJiaHe/claude-code-handbookInstalarBuild consistent, accessible UI components with Tailwind CSS, shadcn/ui, and custom design tokens. Apply when styling components, creating design systems, implementing responsive layouts, or optimizing CSS performance.
ThamJiaHe/claude-code-handbookInstalar- TDD Workflow196
Enforce strict Test-Driven Development with Red-Green-Refactor discipline. Apply when implementing new features, fixing bugs, or refactoring code. Ensures tests are written before implementation.
ThamJiaHe/claude-code-handbookInstalar Apply TDD with RED-GREEN-REFACTOR cycles, separate unit tests from integration tests, ensure comprehensive coverage. Apply when writing tests, evaluating test coverage, testing databases, or testing admin flows.
ThamJiaHe/claude-code-handbookInstalarDeploy Next.js to Vercel with zero-config, manage environment variables, set up CI/CD pipelines, and optimize production performance. Apply when deploying to Vercel, configuring environments, or setting up CI/CD workflows.
ThamJiaHe/claude-code-handbookInstalarWrite fast unit tests with Vitest, coverage reporting, mocking, and snapshots. Apply when testing utilities, components, services, or building test coverage.
ThamJiaHe/claude-code-handbookInstalarRole-based access control (RBAC) with permissions and policies. Use for admin dashboards, enterprise access, multi-tenant apps, fine-grained authorization, or encountering permission hierarchies, role inheritance, policy conflicts.
secondsky/claude-skillsInstalar100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shadcn CLI integration errors.
secondsky/claude-skillsInstalarshadcn/ui AI chat components for conversational interfaces. Use for streaming chat, tool/function displays, reasoning visualization, or encountering Next.js App Router setup, Tailwind v4 integration, AI SDK v5 migration errors.
secondsky/claude-skillsInstalar- ai-sdk-core196
Vercel AI SDK v5 for backend AI (text generation, structured output, tools, agents). Multi-provider. Use for server-side AI or encountering AI_APICallError, AI_NoObjectGeneratedError, streaming failures.
secondsky/claude-skillsInstalar - ai-sdk-ui196
Vercel AI SDK v5 React hooks (useChat, useCompletion, useObject) for AI chat interfaces. Use for React/Next.js AI apps or encountering parse stream errors, no response, streaming issues.
secondsky/claude-skillsInstalar Secure API authentication with JWT, OAuth 2.0, API keys. Use for authentication systems, third-party integrations, service-to-service communication, or encountering token management, security headers, auth flow errors.
secondsky/claude-skillsInstalarCreates comprehensive API changelogs documenting breaking changes, deprecations, and migration strategies for API consumers. Use when managing API versions, communicating breaking changes, or creating upgrade guides.
secondsky/claude-skillsInstalarVerifies API contracts between services using consumer-driven contracts, schema validation, and tools like Pact. Use when testing microservices communication, preventing breaking changes, or validating OpenAPI specifications.
secondsky/claude-skillsInstalarMaster REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.
secondsky/claude-skillsInstalarImplements standardized API error responses with proper status codes, logging, and user-friendly messages. Use when building production APIs, implementing error recovery patterns, or integrating error monitoring services.
secondsky/claude-skillsInstalarBuilds flexible API filtering and sorting systems with query parameter parsing, validation, and security. Use when implementing search endpoints, building data grids, or creating dynamic query APIs.
secondsky/claude-skillsInstalarConfigures API gateways for routing, authentication, rate limiting, and request transformation in microservice architectures. Use when setting up Kong, Nginx, AWS API Gateway, or Traefik for centralized API management.
secondsky/claude-skillsInstalarImplements efficient API pagination using offset, cursor, and keyset strategies for large datasets. Use when building paginated endpoints, implementing infinite scroll, or optimizing database queries for collections.
secondsky/claude-skillsInstalarImplements API rate limiting using token bucket, sliding window, and Redis-based algorithms to protect against abuse. Use when securing public APIs, implementing tiered access, or preventing denial-of-service attacks.
secondsky/claude-skillsInstalarCreates professional API documentation using OpenAPI specifications with endpoints, authentication, and interactive examples. Use when documenting REST APIs, creating SDK references, or building developer portals.
secondsky/claude-skillsInstalarOptimizes API performance through payload reduction, caching strategies, and compression techniques. Use when improving API response times, reducing bandwidth usage, or implementing efficient caching.
secondsky/claude-skillsInstalarREST API security hardening with authentication, rate limiting, input validation, security headers. Use for production APIs, security audits, defense-in-depth, or encountering vulnerabilities, injection attacks, CORS issues.
secondsky/claude-skillsInstalar- api-testing196
HTTP API testing for TypeScript (Supertest) and Python (httpx, pytest). Test REST APIs, GraphQL, request/response validation, authentication, and error handling.
secondsky/claude-skillsInstalar Implements API versioning using URL paths, headers, or query parameters with backward compatibility and deprecation strategies. Use when managing multiple API versions, planning breaking changes, or designing migration paths.
secondsky/claude-skillsInstalarPublishes mobile applications to iOS App Store and Google Play with code signing, versioning, and CI/CD automation. Use when preparing app releases, configuring signing certificates, or setting up automated deployment pipelines.
secondsky/claude-skillsInstalarImplement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.
secondsky/claude-skillsInstalar- auto-animate196
AutoAnimate (@formkit/auto-animate) zero-config animations for React. Use for list transitions, accordions, toasts, or encountering SSR errors, animation libraries complexity.
secondsky/claude-skillsInstalar