Browse Skills
44357 skills found
fractal-docs-generator.md
95
1
export
fractal-docs-generator
2
from
"Dimon94/cc-devflow"
from
"Dimon94/cc-devflow"
3
目录级 CLAUDE.md 生成。触发:mkdir、create directory、目录结构变更。
2026-01-16
frontend-design.md
94
1
export
frontend-design
2
from
"aws-solutions-library-samples/guidance-for-claude-code-with-amazon-bedrock"
from
"aws-solutions-library-samples/guidance-for-claude-code-with-amazon-bedrock"
3
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, blogs, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
2026-01-14
Lightweight Task Workflow.md
93
1
export
Lightweight Task Workflow
2
from
"NTCoding/claude-skillz"
from
"NTCoding/claude-skillz"
3
FOLLOW THE STATE MACHINE IN SKILL.MD. When user says 'continue': (1) FIRST: Run pwd, (2) Announce STATE: CHECK_STATUS, (3) Read .claude/session.md to check Status field, (4) Route based on Status. NEVER auto-advance tasks. NEVER use TodoWrite. NEVER create git commits.
2026-01-16
Questions Are Not Instructions.md
93
1
export
Questions Are Not Instructions
2
from
"NTCoding/claude-skillz"
from
"NTCoding/claude-skillz"
3
Ensures questions are answered literally before taking action. Triggers on user input containing '?' or patterns like 'why did you...?', 'will that work?', 'have you considered...?'. Use when user asks about your decisions, challenges an approach, or requests assessment. Prevents interpreting questions as implicit instructions or criticism.
2026-01-16
Observability-First Debugging.md
93
1
export
Observability-First Debugging
2
from
"NTCoding/claude-skillz"
from
"NTCoding/claude-skillz"
3
Systematic debugging methodology that eliminates guessing and speculation. Add instrumentation to gather specific data that fully explains the problem. Evidence before hypothesis. Observation before solution.
2026-01-16
Critical Peer Personality.md
93
1
export
Critical Peer Personality
2
from
"NTCoding/claude-skillz"
from
"NTCoding/claude-skillz"
3
Professional, skeptical communication style. Never over-enthusiastic, verifies before agreeing, challenges constructively, proposes instead of asking preferences. Expert peer who coaches, not serves.
2026-01-16
Confidence Honesty.md
93
1
export
Confidence Honesty
2
from
"NTCoding/claude-skillz"
from
"NTCoding/claude-skillz"
3
Force honest confidence assessment before claiming conclusions. Triggers on 'root cause identified', 'problem identified', 'complete clarity'. Express confidence as percentage, explain what's stopping 100%, validate assumptions before presenting.
2026-01-16
Software Design Principles.md
93
1
export
Software Design Principles
2
from
"NTCoding/claude-skillz"
from
"NTCoding/claude-skillz"
3
Object-oriented design principles including object calisthenics, dependency inversion, fail-fast error handling, feature envy detection, and intention-revealing naming. Activates during code refactoring, design reviews, or when user requests design improvements.
2026-01-16
Independent Research.md
93
1
export
Independent Research
2
from
"NTCoding/claude-skillz"
from
"NTCoding/claude-skillz"
3
Research-driven investigation skill for validating solutions and exploring documentation. Never ask questions you can answer yourself through research. Use WebFetch, WebSearch, and testing to validate ideas before presenting them. Deliver concrete, tested recommendations with evidence.
2026-01-16
Writing Tests.md
93
1
export
Writing Tests
2
from
"NTCoding/claude-skillz"
from
"NTCoding/claude-skillz"
3
Principles for writing effective, maintainable tests. Covers naming conventions, assertion best practices, and comprehensive edge case checklists. Based on BugMagnet by Gojko Adzic.
2026-01-16
NX Monorepo TypeScript Backend Project Setup.md
93
1
export
NX Monorepo TypeScript Backend Project Setup
2
from
"NTCoding/claude-skillz"
from
"NTCoding/claude-skillz"
3
Sets up NX monorepo for TypeScript backend projects optimized for AI-assisted development. Delegates to NX commands where possible, patches configs as last resort. Triggers on: 'set up typescript backend project', 'create backend project', 'initialize typescript backend', 'create monorepo', or when working in an empty project folder.
2026-01-16
lightweight-design-analysis.md
93
1
export
lightweight-design-analysis
2
from
"NTCoding/claude-skillz"
from
"NTCoding/claude-skillz"
3
This skill analyzes code for design quality improvements across 8 dimensions: Naming, Object Calisthenics, Coupling & Cohesion, Immutability, Domain Integrity, Type System, Simplicity, and Performance. Ensures rigorous, evidence-based analysis by: (1) Understanding code flow first via implementation-analysis protocol, (2) Systematically evaluating each dimension with specific criteria, (3) Providing actionable findings with file:line references. Triggers when users request: code analysis, design review, refactoring opportunities, code quality assessment, architecture evaluation.
2026-01-16
Concise Output.md
93
1
export
Concise Output
2
from
"NTCoding/claude-skillz"
from
"NTCoding/claude-skillz"
3
Enforces brevity and signal-over-noise in all outputs. Eliminates verbose explanations, filler phrases, and unnecessary elaboration. Use when documentation, artifacts, or responses need to be maximally concise and actionable.
2026-01-16
Switch Persona.md
93
1
export
Switch Persona
2
from
"NTCoding/claude-skillz"
from
"NTCoding/claude-skillz"
3
Quick persona switching. Triggers: 'switch persona', 'switch to X', 'become X'. Lists personas, reads selected file, switches immediately.
2026-01-16
TDD Process.md
93
1
export
TDD Process
2
from
"NTCoding/claude-skillz"
from
"NTCoding/claude-skillz"
3
Strict test-driven development state machine with red-green-refactor cycles. Enforces test-first development, meaningful failures, minimum implementations, and full verification. Activates when user requests: 'use a TDD approach', 'start TDD', 'test-drive this'.
2026-01-16
Data Visualization.md
93
1
export
Data Visualization
2
from
"NTCoding/claude-skillz"
from
"NTCoding/claude-skillz"
3
Comprehensive data visualization skill covering visual execution and technical implementation. Includes perceptual foundations, chart selection, layout algorithms, and library guidance. Load on-demand when building charts, graphs, dashboards, or any visual data representation.
2026-01-16
Lightweight Implementation Analysis Protocol.md
93
1
export
Lightweight Implementation Analysis Protocol
2
from
"NTCoding/claude-skillz"
from
"NTCoding/claude-skillz"
3
This skill should be used when fixing bugs, implementing features, debugging issues, or making code changes. Ensures understanding of code flow before implementation by: (1) Tracing execution path with specific file:line references, (2) Creating lightweight text diagrams showing class.method() flows, (3) Verifying understanding with user. Prevents wasted effort from assumptions or guessing. Triggers when users request: bug fixes, feature implementations, refactoring, TDD cycles, debugging, code analysis.
2026-01-16
create-tasks.md
93
1
export
create-tasks
2
from
"NTCoding/claude-skillz"
from
"NTCoding/claude-skillz"
3
Creates well-formed tasks following a template that engineers can implement. Use when creating tasks, defining work items, creating tasks from PRD, breaking down features, or converting requirements into actionable tasks.
2026-01-16
commit-work.md
91
1
export
commit-work
2
from
"jMerta/codex-skills"
from
"jMerta/codex-skills"
3
Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits.
2026-01-11
spring-boot-3x-api-documenter.md
91
1
export
spring-boot-3x-api-documenter
2
from
"andrlange/spring-documentation-mcp-server"
from
"andrlange/spring-documentation-mcp-server"
3
Auto-generate OpenAPI 3 documentation for Spring Boot REST APIs using springdoc-openapi. Use when API endpoints change, controllers are modified, or user mentions API docs, Swagger, or OpenAPI. Triggers on @RestController changes, documentation requests, endpoint additions.
2026-01-15
coding-guidelines-verify.md
91
1
export
coding-guidelines-verify
2
from
"jMerta/codex-skills"
from
"jMerta/codex-skills"
3
Verify changes follow nearest-scoped AGENTS.md rules: group changed files by nested scope, auto-fix formatting, run lint/tests, and report violations. Use when the user wants scoped compliance checks for changed files.
2026-01-11
agents-md.md
91
1
export
agents-md
2
from
"jMerta/codex-skills"
from
"jMerta/codex-skills"
3
Create or update root and nested AGENTS.md files that document scoped conventions, monorepo module maps, cross-domain workflows, and (optionally) per-module feature maps (feature -> paths, entrypoints, tests, docs). Use when the user asks for AGENTS.md, nested agent instructions, or a module/feature map.
2026-01-11
article-extractor.md
91
1
export
article-extractor
2
from
"michalparkola/tapestry-skills-for-claude-code"
from
"michalparkola/tapestry-skills-for-claude-code"
3
Extract clean article content from URLs (blog posts, articles, tutorials) and save as readable text. Use when user wants to download, extract, or save an article/blog post from a URL without ads, navigation, or clutter.
2026-01-16
create-cli.md
91
1
export
create-cli
2
from
"jMerta/codex-skills"
from
"jMerta/codex-skills"
3
Design command-line interface parameters and UX: arguments, flags, subcommands, help text, output formats, error messages, exit codes, prompts, config/env precedence, and safe/dry-run behavior. Use when you’re designing a CLI spec (before implementation) or refactoring an existing CLI’s surface area for consistency, composability, and discoverability.
2026-01-11