Browse Skills

44357 skills found

Testing Unit Tests.md
45
1 export Testing Unit Tests
2 nanorepublica from "nanorepublica/django-prodserver"
3 Your approach to handling testing unit tests. Use this skill when working on files where testing unit tests comes into play.
2026-01-20
dev-browser.md
45
1 export dev-browser
2 wunki from "wunki/dotfiles"
3 Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website", "log into", or any browser interaction request.
2026-01-19
beads.md
45
1 export beads
2 wunki from "wunki/dotfiles"
3 Tracks complex, multi-session work using the Beads issue tracker and dependency graphs, and provides persistent memory that survives conversation compaction. Use when work spans multiple sessions, has complex dependencies, or needs persistent context across compaction cycles. Trigger with phrases like "create task for", "what's ready to work on", "show task", "track this work", "what's blocking", or "update status".
2026-01-19
atris.md
44
1 export atris
2 atrislabs from "atrislabs/atris"
3 Atris workflow enforcement for repos using atris/ (MAP, TODO, journal, features, plan-do-review, anti-slop). Use when the user asks to follow the Atris system or mentions atris, MAP.md, TODO.md, journal/logs, features, plan/do/review, or anti-slop policies.
2026-01-18
atris-backend.md
44
1 export atris-backend
2 atrislabs from "atrislabs/atris"
3 Backend architecture policy. Use when building APIs, services, data access, or any backend work. Prevents over-engineering.
2026-01-18
frontend-ai-guide.md
44
1 export frontend-ai-guide
2 shinpr from "shinpr/claude-code-workflows"
3 Frontend-specific technical decision criteria, anti-patterns, debugging techniques, and quality check workflow. Use when making frontend technical decisions or performing quality assurance.
2026-01-21
slash-command-creator.md
44
1 export slash-command-creator
2 greatSumini from "greatSumini/cc-system"
3 Guide for creating Claude Code slash commands. Use when the user wants to create a new slash command, update an existing slash command, or asks about slash command syntax, frontmatter options, or best practices.
2026-01-21
Unnamed Skill.md
44
1 export Unnamed Skill
2 atrislabs from "atrislabs/atris"
3 Essay writing skill. Triggers on: essay, draft, write, outline
2026-01-18
typescript-rules.md
44
1 export typescript-rules
2 shinpr from "shinpr/claude-code-workflows"
3 React/TypeScript frontend development rules including type safety, component design, state management, and error handling. Use when implementing React components, TypeScript code, or frontend features.
2026-01-21
meta.md
44
1 export meta
2 atrislabs from "atrislabs/atris"
3 Metacognition skill for AI agents. Use when starting work, feeling stuck, output feels off, or before complex tasks. Teaches how to think about thinking.
2026-01-18
resume-tailoring.md
44
1 export resume-tailoring
2 varunr89 from "varunr89/resume-tailoring-skill"
3 Use when creating tailored resumes for job applications - researches company/role, creates optimized templates, conducts branching experience discovery to surface undocumented skills, and generates professional multi-format resumes from user's resume library while maintaining factual integrity
2026-01-21
integration-e2e-testing.md
44
1 export integration-e2e-testing
2 shinpr from "shinpr/claude-code-workflows"
3 Integration and E2E test design principles, ROI calculation, test skeleton specification, and review criteria. Use when designing integration tests, E2E tests, or reviewing test quality.
2026-01-21
hook-creator.md
44
1 export hook-creator
2 greatSumini from "greatSumini/cc-system"
3 Create and configure Claude Code hooks for customizing agent behavior. Use when the user wants to (1) create a new hook, (2) configure automatic formatting, logging, or notifications, (3) add file protection or custom permissions, (4) set up pre/post tool execution actions, or (5) asks about hook events like PreToolUse, PostToolUse, Notification, etc.
2026-01-21
atris-design.md
44
1 export atris-design
2 atrislabs from "atrislabs/atris"
3 Frontend aesthetics policy. Use when building UI, components, landing pages, dashboards, or any frontend work. Prevents generic ai-generated look.
2026-01-18
subagents-orchestration-guide.md
44
1 export subagents-orchestration-guide
2 shinpr from "shinpr/claude-code-workflows"
3 Guides subagent coordination through implementation workflows. Use when orchestrating multiple agents, managing workflow phases, or determining autonomous execution mode. Defines scale determination, document requirements, and stop points.
2026-01-21
task-analyzer.md
44
1 export task-analyzer
2 shinpr from "shinpr/claude-code-workflows"
3 Performs metacognitive task analysis and skill selection. Use when determining task complexity, selecting appropriate skills, or estimating work scale. Returns skills with confidence scores and metadata.
2026-01-21
typescript-testing.md
44
1 export typescript-testing
2 shinpr from "shinpr/claude-code-workflows"
3 Frontend testing rules with Vitest, React Testing Library, and MSW. Includes coverage requirements, test design principles, and quality criteria. Use when writing frontend tests or reviewing test quality.
2026-01-21
testing-principles.md
44
1 export testing-principles
2 shinpr from "shinpr/claude-code-workflows"
3 Language-agnostic testing principles including TDD, test quality, coverage standards, and test design patterns. Use when writing tests, designing test strategies, or reviewing test quality.
2026-01-21
youtube-collector.md
44
1 export youtube-collector
2 greatSumini from "greatSumini/cc-system"
3 유튜브 채널을 등록하고 새 컨텐츠를 수집하여 자막 기반 요약을 생성하는 skill. 사용자가 (1) 유튜브 채널 등록/관리를 요청하거나, (2) 등록된 채널의 새 영상 수집을 요청하거나, (3) 유튜브 영상 요약을 요청할 때 사용. 데이터는 .reference/ 폴더에 YAML 형식으로 저장됨.
2026-01-21
subagent-creator.md
44
1 export subagent-creator
2 greatSumini from "greatSumini/cc-system"
3 Create specialized Claude Code sub-agents with custom system prompts and tool configurations. Use when users ask to create a new sub-agent, custom agent, specialized assistant, or want to configure task-specific AI workflows for Claude Code.
2026-01-21
implementation-approach.md
44
1 export implementation-approach
2 shinpr from "shinpr/claude-code-workflows"
3 Implementation strategy selection framework with meta-cognitive approach, verification levels, and integration point definitions. Use when planning implementation strategy, selecting development approach, or defining verification criteria.
2026-01-21
ai-development-guide.md
44
1 export ai-development-guide
2 shinpr from "shinpr/claude-code-workflows"
3 Technical decision criteria, anti-pattern detection, debugging techniques, and quality check workflow. Use when making technical decisions, detecting code smells, or performing quality assurance.
2026-01-21
coding-principles.md
44
1 export coding-principles
2 shinpr from "shinpr/claude-code-workflows"
3 Language-agnostic coding principles for maintainability, readability, and quality. Use when implementing features, refactoring code, or reviewing code quality.
2026-01-21
documentation-criteria.md
44
1 export documentation-criteria
2 shinpr from "shinpr/claude-code-workflows"
3 Documentation creation criteria including PRD, ADR, Design Doc, and Work Plan requirements with templates. Use when creating or reviewing technical documents, or determining which documents are required.
2026-01-21