Browse Skills

44756 skills found

context-agent-hackathon.md
0
1 export context-agent-hackathon
2 gabegraves from "gabegraves/theory_hackathon"
3 Help Claude Code work on this LangGraph + LlamaIndex Context Agent for the Theory Ventures Context Engineering Hackathon, optimizing performance on objective evals over DBs, PDFs, and logs.
2026-01-05
nextjs-anti-patterns.md
0
1 export nextjs-anti-patterns
2 mcclowes from "mcclowes/vague-playground"
3 Identify and fix common Next.js App Router anti-patterns and mistakes. Use when reviewing code for Next.js best practices, debugging performance issues, migrating from Pages Router patterns, or preventing common pitfalls. Activates for code review, performance optimization, or detecting inappropriate useEffect/useState usage. CRITICAL: For browser detection, keep the logic in the user-facing component (or a composed helper that it renders) rather than isolating it in unused files.
2026-01-05
effect-ts-7layer-architecture.md
0
1 export effect-ts-7layer-architecture
2 bphkns from "bphkns/dotfiles"
3 7-layer Effect-TS architecture for Holochain applications. Use when implementing domains, validating architecture, or creating stores with standardized patterns.
2026-01-05
interrogate-user.md
0
1 export interrogate-user
2 moughxyz from "moughxyz/skills"
3 Interrogate the user like an intense therapy session designed to help transform a user's thought into a complete, insanely detailed specification.
2026-01-05
validate-skill-functionality.md
0
1 export validate-skill-functionality
2 abdullahbeam from "abdullahbeam/nexus-design-abdullah"
3 Load when user says "validate skill", "validate this skill", "review skill execution", "check skill", or "skill validation" at the end of executing a skill. Post-execution review workflow for validating that a skill worked correctly, documenting findings, and identifying issues.
2026-01-05
workflow-validator.md
0
1 export workflow-validator
2 omerlefaruk from "omerlefaruk/CasareRPA"
3 Validate CasareRPA workflow JSON files for structural integrity, node dependencies, connection validity, and execution requirements.
2026-01-05
long-document-handler.md
0
1 export long-document-handler
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Triggers when reading or writing documents exceeding 20,000 tokens (~80,000 characters or ~15,000 words). Use when encountering large files, lengthy documentation, big markdown documents, massive PRDs, architecture docs, or any content that risks context window overflow. Activates on phrases like "this document is long", "large file", "too many tokens", or when Claude detects document size approaching limits.
2026-01-05
optaic-v0-migration.md
0
1 export optaic-v0-migration
2 colingwuyu from "colingwuyu/optaic-trading"
3 Guide for porting code from optaic-v0 to optaic-trading. Use when migrating DataAPI, pipelines, stores, accessors, operators, or expressions into the Resource/Activity architecture. Covers pattern mappings for permission checks, audit trails, and catalog lookups.
2026-01-05
using-telegram-notifications.md
0
1 export using-telegram-notifications
2 johnnymo87 from "johnnymo87/dotfiles"
3 This skill enables Telegram notifications for Claude Code sessions, alerting you when tasks complete. Use this when you want to walk away from your computer and be notified on your phone when Claude finishes or needs input.
2026-01-05
browser-agent.md
0
1 export browser-agent
2 cyrup-ai from "cyrup-ai/kodegen-claude-plugin"
3 Autonomous browser agent for complex multi-step web tasks. WHEN: User needs complex web automation, multi-page workflows, form filling sequences, tasks requiring multiple browser actions. WHEN NOT: Simple single-action tasks like one click (use browser_click), one navigation (use browser_navigate), one extraction (use browser_extract_text).
2026-01-05
k8s-reviewer.md
0
1 export k8s-reviewer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 WHEN: Kubernetes manifest review, Helm charts, resource limits, probes, RBACWHAT: Resource configuration + Health probes + Security context + RBAC policies + Helm best practicesWHEN NOT: Docker only → docker-reviewer, Terraform → terraform-reviewer
2026-01-05
forge-lang-node.md
0
1 export forge-lang-node
2 martimramos from "martimramos/claude-forge"
3 Node.js development standards including jest/vitest, eslint, and prettier. Use when working with JavaScript files, package.json, or npm/pnpm.
2026-01-05
git-workflow.md
0
1 export git-workflow
2 PIGU-PPPgu from "PIGU-PPPgu/edu-analysis"
3 标准化的 Git 操作流程,包括提交、分支管理和代码审查
2026-01-05
radar-chart.md
0
1 export radar-chart
2 cliftonc from "cliftonc/drizzle-cube-skills"
3 Configure radar (spider) charts in drizzle-cube dashboards for multi-dimensional comparison. Use when creating radar charts, spider charts, or comparing multiple metrics across categories.
2026-01-05
obsidian-writer.md
0
1 export obsidian-writer
2 jiunbae from "jiunbae/agent-skills"
3 Obsidian Vault에 문서를 업로드하는 스킬. 현재 프로젝트의 컨텍스트 문서를 workspace/{프로젝트명}/context/ 경로에 저장합니다. 'obsidian 업로드', 'obsidian에 저장', '옵시디언 문서', 'vault에 업로드' 요청 시 활성화됩니다.
2026-01-05
template-creation.md
0
1 export template-creation
2 ceo-whyd-it from "ceo-whyd-it/car-log"
3 Create recurring trip templates with mandatory GPS coordinates for 90%+ accuracy automatic matching
2026-01-05
git-diff.md
0
1 export git-diff
2 laststance from "laststance/claude-code-marketplace"
3 Display git changes in GitHub-style unified diff format with colored terminal output. Shows both staged (--cached) and unstaged changes with two-column line numbers, red/green highlighting, and chunk markers. Use when reviewing code changes, preparing commits, or comparing file modifications. Triggers on "git diff", "show changes", "what changed", or "review diff".
2026-01-05
knowledge-locator.md
0
1 export knowledge-locator
2 athola from "athola/memory-palace"
3 A spatial indexing and retrieval system for finding information within memory palaces.
2026-01-05
openspec-propose.md
0
1 export openspec-propose
2 discountedcookie from "discountedcookie/10x-mapmaster"
3 Use when adding features, changing behavior, or modifying architecture. Creates change proposal with specs and tasks. ALWAYS ask for approval before proceeding to implementation. Do NOT use for bug fixes or trivial changes.
2026-01-05
explorer.md
0
1 export explorer
2 omerlefaruk from "omerlefaruk/CasareRPA"
3 Codebase exploration using semantic search and MCP tools
2026-01-05
vercel-analytics.md
0
1 export vercel-analytics
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Implements privacy-friendly web analytics with Vercel Analytics for traffic insights and Web Vitals. Use when tracking page views and performance metrics in Next.js applications deployed on Vercel.
2026-01-05
jlcpcb.md
0
1 export jlcpcb
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Search the JLCPCB electronic components database (~7 million parts) for hardware/electronics projects. Use when the user needs to: (1) Find electronic components (resistors, capacitors, ICs, connectors, etc.), (2) Look up specific part numbers or manufacturers, (3) Find alternatives or equivalents for components, (4) Check component availability and stock at JLCPCB, (5) Get component specifications (package type, description, etc.), or (6) Search for parts for PCB assembly projects.
2026-01-05
better-auth-python.md
0
1 export better-auth-python
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Better Auth JWT verification for Python/FastAPI backends. Use when integrating Python APIs with a Better Auth TypeScript server via JWT tokens. Covers JWKS verification, FastAPI dependencies, SQLModel/SQLAlchemy integration, and protected routes.
2026-01-05
create-slidev-presentation.md
0
1 export create-slidev-presentation
2 AJBcoding from "AJBcoding/claude-skill-eval"
3 This skill should be used when asked to create or edit Slidev (sli.dev) presentation slide decks.
2026-01-05