DangQuangSE/team-development-skills
Skill Claude CodeCodex
Build robust backend systems — APIs (REST, GraphQL, gRPC), authentication (OAuth 2.1, JWT), databases, performance optimization, security (OWASP Top 10), scalability patterns (microservices, caching, sharding), and testing. Use when designing APIs, implementing auth, optimizing queries, handling security…
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Terse output mode — strips filler/articles/hedging, 75% token reduction. Activate whenever: context is filling up, user says be brief/terse/caveman/less tokens, or CAVEMANTRIGGERED appears in context. Persists every response until CAVEMANRELEASED or user says stop/normal mode.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Explore and debate solutions before writing code. Use when the user poses a design question, asks "how should I approach X", wants to think through options before committing, or says anything like "let's brainstorm", "what's the best way to...", "I'm not sure how to tackle this", or "should I use X or Y". Always runs…
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Implement a feature phase by phase from a phased JSON master or Markdown plan. Before each phase, confirm whether to create/run unit tests and whether to run ck:quality, unless explicit flags supply those choices. Supports token-budgeted execution, resumable state, and TDD handoff to ck:test.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Fix a bug using Scout → Diagnose → Fix → Review → Finalize. Use when the user pastes an error message, stack trace, or test failure, or says "fix this bug", "something's broken", "tests are failing", "I'm getting an error". Also accepts --from-quality or --from-test to fix exactly the findings/failures a report lists.…
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Create a machine-readable phased JSON plan bundle from a spec or feature description. Produces a compact master manifest plus per-phase step files for resumable ck:cook execution.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Plan a feature or system before implementation. Use when the user says "plan this", "I want to build X", "how do I implement Y", or when /ck:brainstorm produces a spec.md. Always run before /ck:cook. Modes (pick one): --fast (simple, single-file), --hard (research + red-team + validate). Composable flag (combine with…
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Independent senior-engineering quality auditor — architecture, ownership, domain integrity, abstraction, and maintainability. Use as --gate inside the ck:cook pipeline (blocks a phase on BLOCKER/HIGH/current-change MEDIUM findings) or call directly with --audit, --diff, --changed on any repository, directory, or file.…
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Standalone testing skill — owns writing and running tests, verifying behavior, and two-pass TDD orchestration. Default mode analyzes changed scope and runs the relevant tests; --unit/--integration/--e2e/--all scope by test type; --verify reruns exactly the prior failures; --all-phases sweeps every completed phase for…
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Always use this skill before claiming any work is done, fixed, passing, or complete — even if it seems obvious. Also use when receiving code review feedback from any source (human or automated), when finishing a task or major feature, before committing or creating a PR, or when about to express satisfaction with work.…
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Create diagrams and visualizations using Mermaid.js v11 syntax. Use when generating flowcharts, sequence diagrams, class diagrams, state diagrams, ER diagrams, Gantt charts, user journeys, timelines, architecture diagrams, or any of 24+ diagram types. Supports JavaScript API integration, CLI rendering to SVG/PNG/PDF…
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions…
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Creative problem-solving techniques for breaking through stuck points - includes collision-zone thinking, inversion, pattern recognition, and simplification.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Force unrelated concepts together to discover emergent properties - "What if we treated X like Y?".
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Flip core assumptions to reveal hidden constraints and alternative approaches - "what if the opposite were true?".
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Spot patterns appearing in 3+ domains to find universal principles.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Test at extremes (1000x bigger/smaller, instant/year-long) to expose fundamental truths hidden at normal scales.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Find one insight that eliminates multiple components - "if this is true, we don't need X, Y, or Z".
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Dispatch to the right problem-solving technique based on how you're stuck.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Use when complex problems require systematic step-by-step reasoning with ability to revise thoughts, branch into alternative approaches, or dynamically adjust scope. Ideal for multi-stage analysis, design planning, problem decomposition, or tasks with initially unclear scope.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
DangQuangSE/team-development-skills
Agent Codex
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
DangQuangSE/team-development-skills
Agent Codex
Compare two outputs WITHOUT knowing which skill produced them.
DangQuangSE/team-development-skills
Agent Codex
Evaluate expectations against an execution transcript and outputs.