Browse Skills

44756 skills found

text-analyzer.md
0
1 export text-analyzer
2 eanzhao from "eanzhao/aevatar-agent-framework"
3 Compute text stats via text_stats tool.
2026-01-05
markdowntown-frontend.md
0
1 export markdowntown-frontend
2 joelklabo from "joelklabo/markdowntown-cli"
3 Frontend UX and design system guidance for markdowntown. Use when changing UI, layout, styling, typography, motion, or Tailwind classes, especially for Workbench, Atlas, and Library surfaces.
2026-01-05
gcp-cloud.md
0
1 export gcp-cloud
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-machine-learning"
3 GCP services, Cloud Run, App Engine, and multi-cloud deployment strategies.
2026-01-05
moai-essentials-refactor.md
0
1 export moai-essentials-refactor
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Refactoring guidance with design patterns and code improvement strategies.
2026-01-05
testing-expert.md
0
1 export testing-expert
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Integration Test E2E 테스트, TestRestTemplate 필수, Test Fixtures 재사용.MockMvc 금지, @Sql 어노테이션 테스트 데이터 설정.Gradle testFixtures 플러그인 활용, ArchUnit 의존성 검증.
2026-01-05
crawl4ai.md
0
1 export crawl4ai
2 alexjx from "alexjx/skills"
3 Web crawler that converts URLs to clean markdown for LLM consumption. Use when user wants to crawl a webpage, extract web content, convert URL to markdown, or scrape website content for AI processing.
2026-01-05
cv-manager.md
0
1 export cv-manager
2 sysylvia from "sysylvia/ssylvia-website"
3 CV and biographical materials maintenance. Tracks CV updates, triggers regeneration,generates biosketches, and manages research statements.
2026-01-05
aptos-framework.md
0
1 export aptos-framework
2 MEDICALCOR from "MEDICALCOR/medicalcor-core"
3 Expert on Aptos Framework (0x1 standard library) - account, coin, fungible_asset, object, timestamp, table, event, vector, string, option, error, and other core modules. Triggers on keywords aptos framework, 0x1, account module, table, smarttable, event, timestamp, randomness, aggregator, resource account
2026-01-05
set-up-biome.md
0
1 export set-up-biome
2 yuheitomi from "yuheitomi/llm-instructions"
3 Set up configuratin files for the React project (Biome, Shadcn/UI)
2026-01-05
bazinga-db.md
0
1 export bazinga-db
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Database operations for BAZINGA orchestration system. This skill should be used when agents need to save or retrieve orchestration state, logs, task groups, token usage, or skill outputs. Replaces file-based storage with concurrent-safe SQLite database. Use instead of writing to bazinga/*.json files or docs/orchestration-log.md.
2026-01-05
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