Browse Skills
44358 skills found
constitution-guardian.md
95
1
export
constitution-guardian
2
from
"Dimon94/cc-devflow"
from
"Dimon94/cc-devflow"
3
Real-time Constitution compliance checker for devflow documents. Blocks partial implementations and hardcoded secrets during file editing.
2026-01-16
devflow-file-standards.md
95
1
export
devflow-file-standards
2
from
"Dimon94/cc-devflow"
from
"Dimon94/cc-devflow"
3
File naming conventions, directory structure, and YAML frontmatter standards for CC-DevFlow. Consolidates shared conventions from all agents.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
video-transcript-downloader.md
91
1
export
video-transcript-downloader
2
from
"jMerta/codex-skills"
from
"jMerta/codex-skills"
3
Download videos, audio, subtitles, and clean paragraph-style transcripts from YouTube and any other yt-dlp supported site. Use when asked to “download this video”, “save this clip”, “rip audio”, “get subtitles”, “get transcript”, or to troubleshoot yt-dlp/ffmpeg and formats/playlists.
2026-01-11
ui-ux-pro-max.md
91
1
export
ui-ux-pro-max
2
from
"jMerta/codex-skills"
from
"jMerta/codex-skills"
3
Use when designing, building, or refining frontend UI/UX: layouts, components, visual systems, typography, color, and UX patterns for websites, landing pages, dashboards, and product interfaces. Provides searchable styles, palettes, font pairings, charts, and stack best practices (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind).
2026-01-11
rebase-assistant.md
91
1
export
rebase-assistant
2
from
"jMerta/codex-skills"
from
"jMerta/codex-skills"
3
Guide a safe git rebase of the current branch onto a target branch, including conflict triage and resolution steps. Use when asked to rebase, update a branch, or resolve rebase conflicts.
2026-01-11
docs-sync.md
91
1
export
docs-sync
2
from
"jMerta/codex-skills"
from
"jMerta/codex-skills"
3
Keep documentation in sync with code changes across README, docs sites, API docs, runbooks, and configuration. Use when the user asks to update docs, ensure docs match behavior, or prepare docs for a release/PR.
2026-01-11
sessions-to-blog.md
91
1
export
sessions-to-blog
2
from
"jMerta/codex-skills"
from
"jMerta/codex-skills"
3
Generate MDX blog posts or recaps from session logs in `sessions/articles`. Use when the user asks to turn daily session notes into publishable blog posts, define writing style or linking rules for those posts, or produce MDX drafts that follow the project's standards and file location.
2026-01-11