Back to authors
duc01226

duc01226

155 Skills published on GitHub.

graph-export

[Code Intelligence] Use when you need to export the code review knowledge graph. Flag: --format={json|mermaid} (default json); --format=json dumps the full graph to a JSON file, --format=mermaid renders a single file as a Mermaid flowchart diagram.

UncategorizedView skill →

graph-query

[Code Intelligence] Use when you need to query code relationships and connections using the structural knowledge graph.

UncategorizedView skill →

graph-trace

[Code Intelligence] Use when investigating what happens when code executes, understanding blast radius, or tracing frontend-to-backend flows.

UncategorizedView skill →

greenfield

[Planning] Use when you need to start a new project from scratch with full waterfall inception — idea, research, domain modeling, tech stack, and implementation plan.

UncategorizedView skill →

harness-setup

[Quality] Use when setting up an agent quality harness with feedforward guides and feedback sensors.

UncategorizedView skill →

idea

[Project Management] Use when capturing new ideas, feature requests, or concepts for future refinement.

UncategorizedView skill →

integration-test-review

[Code Quality] Use when you need to review integration tests for assertion quality, bug protection, repeatability, and test-spec traceability — AND verify the review target (changed production code) has test coverage (integration-first) with spec↔test↔code alignment.

UncategorizedView skill →

integration-test-verify

[Testing] Use when you need to verify integration tests pass after writing and reviewing them.

UncategorizedView skill →

integration-test

[Testing] Use when you need to generate or review integration tests.

UncategorizedView skill →

interface-design

[Frontend] Use when you need interface design for product UIs — dashboards, admin panels, SaaS apps, tools.

UncategorizedView skill →

investigate

[Fix & Debug] Use when you need to investigate and explain how existing features or logic work. Flag: --mode=explain produces a one-way developer-narrative explanation (Purpose → How → Why → Impact) tuned by coding level; use /understand for the standalone prompt-driven explainer.

UncategorizedView skill →

journal

[Utilities] Use when recording an engineering journal entry — capture decisions, blockers, lessons, or progress notes during work.

UncategorizedView skill →

knowledge-review

[Research] Use when you need to review knowledge artifacts for completeness, citation quality, confidence accuracy, and template compliance.

UncategorizedView skill →

knowledge-synthesis

[Research] Use when you need to synthesize research findings into structured report using template.

UncategorizedView skill →

learn

[Utilities] Use when you need to teach Claude lessons that persist across sessions.

UncategorizedView skill →

lint

[Code Quality] Use when you need to run linters and fix issues for backend or frontend.

UncategorizedView skill →

linter-setup

[Quality] Use when you need to research and configure code quality tooling for any tech stack — linters, formatters, static analysis, pre-commit hooks, and CI gates.

UncategorizedView skill →

llm-council

[Decision Support] Use when pressure-testing irreversible, high-stakes decisions with adversarial AI advisors.

UncategorizedView skill →

markdown-novel-viewer

[Content] Use when you need background HTTP server rendering markdown files with calm, book-like reading experience.

UncategorizedView skill →

markdown-to-docx

[Document Processing] Use when you need to convert markdown files to Microsoft Word ( DOCX) format with GFM support and math rendering.

UncategorizedView skill →

markdown-to-pdf

[Document Processing] Use when you need to convert markdown files to PDF with syntax highlighting and custom CSS support.

UncategorizedView skill →

market-analysis

[Research] Use when you need to analyze market landscape: competitors, sizing (TAM/SAM/SOM), trends, SWOT, customer segments.

UncategorizedView skill →

memory-management

[Utilities] Use when saving or recovering task progress across sessions via file checkpoints — especially before context compaction.

UncategorizedView skill →

package-upgrade

[Code Quality] Use when the user asks to analyze package upgrades, check for outdated dependencies, plan npm/NuGet updates, or assess breaking changes in package updates.

UncategorizedView skill →

pbi-challenge

[Code Quality] Use when you need an AI-assisted Dev BA PIC review of PBI drafts.

UncategorizedView skill →

pbi-mockup

[Project Management] Use when you need to generate an HTML mockup report from PBI and story artifacts.

UncategorizedView skill →

pdf-to-markdown

[Document Processing] Use when you need to convert PDF files to Markdown with support for native text PDFs and scanned documents (OCR).

UncategorizedView skill →

performance-review

[Debugging] Use when analyzing or optimizing performance bottlenecks: database queries, N+1 fan-out, indexing, API latency, memory, concurrency, algorithmic complexity (O(n²)), frontend rendering, caching, and distributed paths.

UncategorizedView skill →

plan-analysis

[Planning] Use when the user provides an implementation plan file and asks to analyze it, assess impact, update specifications, or verify planned changes.

UncategorizedView skill →

plan-execute

[Implementation] Use when you need to start coding & testing an existing plan. Flags: --approval=off (auto/trust mode, no approval gate), --tests=off (skip the test step), --parallel (parallel phase execution via subagents).

UncategorizedView skill →

plan-review

[Planning] Use when you need to auto-review a plan for validity, correctness, and best practices — recursive: review, validate findings with why-review, fix validated findings, full re-review until no findings.

UncategorizedView skill →

plan-validate

[Planning] Use when you need to validate a plan with critical questions interview.

UncategorizedView skill →

review-artifact

[Code Quality] Use when you need to review artifact quality (PBI, user story, test spec, design spec) before handoff. Supports --type={pbi|story|spec-tests|design}.

UncategorizedView skill →

plan

[Planning] Use when you need intelligent plan creation with prompt enhancement. Flag: --mode={ci|cro} (default none — standard planning); --mode=ci plans a fix from a GitHub Actions CI run/log, --mode=cro plans conversion-rate optimization (25-item CRO framework).

UncategorizedView skill →

pr

[Git] Use when you need to create pull request with standard format.

UncategorizedView skill →

prioritize

[Project Management] Use when you need to prioritize backlog items using RICE, MoSCoW, or Value-Effort frameworks.

UncategorizedView skill →

problem-solving

[Utilities] Use when applying structured problem-solving frameworks to complex, blocked, recurring, or uncertain decisions.

UncategorizedView skill →

product-owner

[Project Management] Use when you need to capture ideas, manage product backlogs, apply prioritization frameworks (RICE, MoSCoW), and facilitate stakeholder communication.

UncategorizedView skill →

production-readiness-review

[Code Quality] Use when reviewing service-layer and API changes for production readiness.

UncategorizedView skill →

project-config

[Utilities] Use when you need to scan workspace and update docs/project-config JSON to match current project structure.

UncategorizedView skill →

project-init

[Utilities] Use when initializing or re-evaluating portable project context: project-config, project-reference docs, CLAUDE.md, AGENTS.md, universal agent rules, hookless setup. Triggers on: project init, init project, missing project-config, missing project docs, missing CLAUDE.md, missing AGENTS.md.

UncategorizedView skill →

project-manager

[Project Management] Use when you need to generate project status reports, track dependencies, manage risk registers, and facilitate team sync meetings.

UncategorizedView skill →

prompt-enhance

[Skill Management] Use when enhancing, compressing, or expanding prompts, docs, or skills with attention anchoring [INTELLIGENT ROUTING]. Flag: --op={compress|expand|enhance} (default enhance); --op=compress strips token bloat, --op=expand reconstructs compressed text.

UncategorizedView skill →

prove-fix

[Code Quality] Use when you need to prove fix correctness with code proof traces, confidence scoring, and stack-trace-style evidence chains.

UncategorizedView skill →

quality-gate-review

[Project Management] Use when you need to enforce quality gates, verify compliance with standards, track quality metrics, and generate audit trails.

UncategorizedView skill →

quality-gate

[Code Quality] Use when you need to run quality gate checklist.

UncategorizedView skill →

recover

[Utilities] Use when you need to restore workflow context from checkpoint after session loss.

UncategorizedView skill →

refactoring

[Code Quality] Use when you need restructure code without changing behavior using extract method, extract class, rename, move, and inline patterns.

UncategorizedView skill →

refine

[Project Management] Use when converting ideas to PBIs, validating problem hypotheses, adding acceptance criteria, or refining requirements.

UncategorizedView skill →

release-doc

[Documentation] Use when you need to generate a detailed, AI-analyzed release document from git history over a time range or custom prompt.

UncategorizedView skill →

Page 2 of 4 · 155 results