All authors
CongDon1207 avatar

Claude Skills by CongDon1207

github.com/CongDon1207
62 skillsA× 61B× 10 installs47 views
BrainstormingA

Socratic questioning protocol + user communication. MANDATORY for complex requests, new features, or unclear requirements. Includes progress reporting and error handling.

businessrustgo
0
7
Clean CodeA

Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments

developmenttypescriptpython
0
7
Code Review ChecklistA

Code review guidelines covering code quality, security, and best practices.

code-qualitytypescriptsql
0
7
Frontend DesignA

Design thinking and decision-making for web UI. Use when designing components, layouts, color schemes, typography, or creating aesthetic interfaces. Teaches principles, not fixed values.

designpythonrust
0
7
Lint And ValidateA

Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis.

toolstypescriptpython
0
7
Mcp BuilderA

MCP (Model Context Protocol) server building principles. Tool design, resource patterns, best practices.

developmentgotesting
0
7
Mobile DesignA

Mobile-first design thinking and decision-making for iOS and Android apps. Touch interaction, performance patterns, platform conventions. Teaches principles, not fixed values. Use when building React Native, Flutter, or native mobile apps.

developmenttypescriptpython
0
7
Nextjs React ExpertA

React and Next.js performance optimization from Vercel Engineering. Use when building React components, optimizing performance, eliminating waterfalls, reducing bundle size, reviewing code for performance issues, or implementing server/client-side optimizations.

developmentjavascripttypescript
0
7
Parallel AgentsA

Multi-agent orchestration patterns. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives.

developmentgoreact
0
7
Rust ProA

Master Rust 1.75+ with modern async patterns, advanced type system

developmentrustgo
0
7
Seo FundamentalsA

SEO fundamentals, E-E-A-T, Core Web Vitals, and Google algorithm principles.

content-mediarustgo
0
7
Systematic DebuggingA

4-phase systematic debugging methodology with root cause analysis and evidence-based verification. Use when debugging complex issues.

researchbashdebugging
0
7
Testing PatternsA

Testing patterns and principles. Unit, integration, mocking strategies.

testinggobash
0
7
Web Design GuidelinesA

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

developmentgitfrontend
0
7
Webapp TestingA

Web application testing principles. E2E, Playwright, deep audit strategies.

testingpythonbash
0
7
Bug DiagnosisA

Use when the user asks to debug, diagnose, fix a bug, troubleshoot errors, investigate issues, or pastes error messages/stack traces. Triggers on keywords like "bug", "error", "fix", "not working", "broken", "debug", "stack trace", "exception", "crash", "issue".

developmenttypescriptgo
0
7
Arch Cross Service IntegrationA

Use when designing or implementing cross-service communication, data synchronization, or service boundary patterns.

databasesgobash
0
7
Arch Performance OptimizationA

Use when analyzing and improving performance for database queries, API endpoints, or frontend rendering.

developmenttypescriptgo
0
7
Arch Security ReviewA

Use when reviewing code for security vulnerabilities, implementing authorization, or ensuring data protection.

developmentrustbash
0
7
Business Feature DocsA

Generate enterprise module documentation with 26-section structure and folder hierarchy. Use for module docs, enterprise features, detailed specs in docs/business-features/{Module}/. Includes README, INDEX, API-REFERENCE, detailed-features/. Triggers on "module docs", "enterprise feature docs", "business module", "26-section docs", "detailed feature specs". For single-file quick docs, use feature-docs instead.

developmentgobash
0
7
Changelog UpdateA

Update CHANGELOG.md [Unreleased] section with business-focused entries via systematic file review

documentationgogit
0
7
Chrome DevtoolsA

Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.

developmentjavascriptpython
0
7
Claude CodeA

Activate when users ask about Claude Code installation, slash commands (/cook, /plan, /fix, /test, /docs, /design, /git), creating/managing Agent Skills, configuring MCP servers, setting up hooks/plugins, IDE integration (VS Code, JetBrains), CI/CD workflows, enterprise deployment (SSO, RBAC, sandboxing), troubleshooting authentication/performance issues, or advanced features (extended thinking, caching, checkpointing).

devopsshelltesting
0
7
Code PatternsA

Code implementation patterns and best practices learned from real mistakes. Covers file I/O safety (locking, atomic writes), data persistence, and validation. Use for file-based state, shared resources, concurrent access. NOT for auto-learning patterns (see learned-patterns skill).

businessrust
0
7
Code ReviewA

Use when receiving code review feedback (especially if unclear or technically questionable), when completing tasks or major features requiring review before proceeding, or before making any completion/success claims. Covers three practices - receiving feedback with technical rigor over performative agreement, requesting reviews via code-reviewer subagent, and verification gates requiring evidence before any status claims. Essential for subagent-driven development, pull requests, and preventin...

developmentrustgo
0
7
Code SimplifierA

Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.

developmenttypescript
0
7
CommitA

Stage changes and create git commits with conventional commit messages. Use when asked to "commit", "stage and commit", "save changes", or after completing implementation tasks. Alias for /git/cm.

documentationbashangular
0
7
Database OptimizationA

Use when optimizing database queries, indexes, N+1 problems, slow queries, or analyzing query performance. Triggers on keywords like "slow query", "N+1", "index", "query optimization", "database performance", "eager loading".

databasesgobash
0
7
DatabasesB

Work with MongoDB (document database, BSON documents, aggregation pipelines, Atlas cloud) and PostgreSQL (relational database, SQL queries, psql CLI, pgAdmin). Use when designing database schemas, writing queries and aggregations, optimizing indexes for performance, performing database migrations, configuring replication and sharding, implementing backup and restore strategies, managing database users and permissions, analyzing query performance, or administering production databases.

databasesjavascriptpython
0
7
DebuggingA

Systematic debugging framework ensuring root cause investigation before fixes. Includes four-phase debugging process, backward call stack tracing, multi-layer validation, and verification protocols. Use when encountering bugs, test failures, unexpected behavior, performance issues, or before claiming work complete. Prevents random fixes, masks over symptoms, and false completion claims.

developmentgoangular
0
7
DocumentationA

Use when the user asks to enhance documentation, add code comments, create API docs, improve technical documentation, or document code. Triggers on keywords like "document", "documentation", "API docs", "comments", "JSDoc", "XML comments", "explain code".

documentationgobash
0
7
Dual Pass ReviewA

Use AFTER any code changes (feature implementation, bug fix, refactor) to enforce mandatory dual-pass review. First pass reviews unstaged changes for correctness and convention compliance. Second pass ONLY executes if first pass made any corrections. Ensures work follows project conventions, development rules, and best practices before task completion.

developmenttypescriptbash
0
7
Easyplatform BackendA

Complete Easy.Platform backend development for EasyPlatform. Covers CQRS commands/queries, entities, validation, migrations, background jobs, and message bus. Use for any .NET backend task in this monorepo.

developmentgobash
0
7
Feature DocsA

Generate single-file feature documentation with verified test cases. Use for quick feature docs, feature README, any project (not enterprise modules). Outputs single markdown file with code evidence. Triggers on "quick feature docs", "feature readme", "single file docs", "verified documentation". For enterprise module hierarchy, use business-feature-docs instead.

documentationgobash
0
7
Feature ImplementationA

Use when the user asks to implement a new feature, enhancement, add functionality, build something new, or create new capabilities. Triggers on keywords like "implement", "add feature", "build", "create new", "develop", "enhancement".

developmenttypescriptgo
0
7
Frontend Angular FormA

Use when creating reactive forms with validation, async validators, dependent validation, and FormArrays using platform patterns.

developmenttypescriptgo
0
7
LearnA

Teach Claude a new pattern, preference, or convention explicitly. Use when you want to save a correction, preference, or coding pattern for future sessions. Triggers on keywords like "remember this", "always do", "never do", "learn this pattern", "/learn".

developmenttypescriptgo
0
7
Markdown Novel ViewerA

Background HTTP server rendering markdown files with calm, book-like reading experience.

businessgobash
0
7
Media ProcessingA

Process multimedia files with FFmpeg (video/audio encoding, conversion, streaming, filtering, hardware acceleration), ImageMagick (image manipulation, format conversion, batch processing, effects, composition), and RMBG (AI-powered background removal). Use when converting media formats, encoding videos with specific codecs (H.264, H.265, VP9), resizing/cropping images, removing backgrounds from images, extracting audio from video, applying filters and effects, optimizing file sizes, creating ...

toolsbashperformance
0
7
Memory ManagementA

Use when saving or retrieving important patterns, decisions, and learnings across sessions. Triggers on keywords like "remember", "save pattern", "recall", "memory", "persist", "knowledge base", "learnings".

developmentjavascriptjava
0
7
Mobile DevelopmentA

Build modern mobile applications with React Native, Flutter, Swift/SwiftUI, and Kotlin/Jetpack Compose. Covers mobile-first design principles, performance optimization (battery, memory, network), offline-first architecture, platform-specific guidelines (iOS HIG, Material Design), testing strategies, security best practices, accessibility, app store deployment, and mobile development mindset. Use when building mobile apps, implementing mobile UX patterns, optimizing for mobile constraints, or ...

developmentjavascriptgo
0
7
Package UpgradeA

Use when the user asks to analyze package upgrades, check for outdated dependencies, plan npm/NuGet updates, or assess breaking changes in package updates. Triggers on keywords like "upgrade packages", "outdated", "npm update", "breaking changes", "dependency upgrade", "package update", "version upgrade".

businesstypescriptgo
0
7
Payment IntegrationA

Implement payment integrations with SePay (Vietnamese payment gateway with VietQR, bank transfers, cards) and Polar (global SaaS monetization platform with subscriptions, usage-based billing, automated benefits). Use when integrating payment processing, implementing checkout flows, managing subscriptions, handling webhooks, processing bank transfers, generating QR codes, automating benefit delivery, or building billing systems. Supports authentication (API keys, OAuth2), product management, c...

developmenttypescriptpython
0
7
Plan AnalysisA

Use when the user provides an implementation plan file and asks to analyze it, assess impact, update specifications, or verify planned changes. Triggers on keywords like "analyze plan", "implementation plan", "assess impact", "update spec from plan", "verify plan".

developmentgobash
0
7
PlanningA

Use when you need to plan technical solutions that are scalable, secure, and maintainable.

developmentnodesecurity
0
7
Plans KanbanA

Plans dashboard server with progress tracking and timeline visualization.

databashnode
0
7
Project IndexA

Generate and maintain a project structure index for fast AI navigation. Creates docs/structure.md with an AI-friendly map + tree. Use when starting a new project, after major changes, or when docs/structure.md is stale.

developmenttypescriptpython
0
7
Readme ImprovementA

Use when the user asks to create or improve a README file, project documentation, getting started guide, or installation instructions. Triggers on keywords like "README", "getting started", "installation guide", "project overview", "setup instructions".

developmentgobash
0
7
RefactoringA

Use when restructuring code without changing behavior - extract method, extract class, rename, move, inline, introduce parameter object. Triggers on keywords like "extract", "rename", "move method", "inline", "restructure", "decompose".

developmenttypescriptbash
0
7
Release NotesA

Generate professional release notes from git commits between two refs with automated categorization.

documentationgobash
0
7