Back to the catalog

kinhluan-skills

Multi-agent skills for development, DevOps, architecture (DDD/C4), and PhD research lifecycle.

Open source Open in the app JSON README (API)

About

Multi-agent skills for development, DevOps, architecture (DDD/C4), and PhD research lifecycle.

Details

Kind
Plugins
Topic
AI, RAG & memory
Publisher
kinhluan
Origin
gemini
Category
ferramentas
Version
1.1.0
Stars
4
Open pull requests
5
Last push
2026-08-27T16:27:04Z
Repository state
ativo
Language
Python
License
MIT
Added
2026-08-30 14:13:39
Updated
2026-08-30 14:13:39
Origin id
kinhluan/skills

README

# ๐Ÿš€ Multi-Agent Skills: Product-Led Engineering

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Format: skills.sh](https://img.shields.io/badge/Format-skills.sh-green.svg)](https://skills.sh)

Your architecture diagrams lie. Your team ships features but users don't adopt them. Your "microservices" are just a distributed monolith.

These skills give Claude the vocabulary and frameworks to help you fix that โ€” diagnosing delivery with DORA, modeling domains with DDD, mapping architecture honestly with C4, and tracking whether your releases actually spread via Rogers Diffusion.

Works with Claude Code, Gemini CLI, Cursor, and Qwen.

## ๐Ÿ’ก Core Philosophy

1.  **Agent as Domain Expert:** Each agent operates as a specialist โ€” Strategy Consultant, Product Manager, Domain Architect, Software Engineer. They follow established frameworks and cite sources.
2.  **User Sovereignty:** The agent proposes. The user decides. The agent executes. Agents never make irreversible decisions without consent.
3.  **Design-to-Code Sync:** Architectural diagrams (C4) must reflect the reality of the codebase.
4.  **Domain-Driven Excellence:** The "heart of software" is the domain model (DDD).
5.  **Ship != Release:** Decouple technical deployment from business value delivery.
6.  **Evidence-Based Discovery:** Use Product Market Research and Jobs-To-Be-Done (JTBD) to build what matters.
7.  **Measure Delivery:** DORA metrics (Deployment Frequency, Lead Time, CFR, MTTR) ensure the team can actually ship.

## ๐Ÿ— Featured: The Architect's Toolkit

Designed for **Product Owners, Architects, and Developers** to work in total alignment.

๐Ÿ‘‰ **[Master Framework](./docs/master-framework.md)** | **[Second Brain Guide](./docs/second-brain-knowledge-compression.md)** | **[Antigravity Workflow](./docs/antigravity-workflow.md)** | **[Art of War Strategy Guide](./docs/art-of-war-software-engineering.md)** | **[Business Leadership Guide](./docs/business-product-leadership.md)** | **[C4 & DDD Mapping Guide](./docs/ddd-c4-mapping.md)**

### For Product Leaders & Founders ๐ŸŽฏ
| Phase | Skill | Outcome |
|:---|:---|:---|
| **Strategy Audit** | [art-of-war-software-engineering](./.agent-skills/art-of-war-software-engineering) | The Five Factors (Ngลฉ Sแปฑ) Assessment |
| **Strategy** | [business-product-leadership](./.agent-skills/business-product-leadership) | Product Market Research, JTBD, Diffusion of Innovations |
| **Discovery** | [ddd-core](./.agent-skills/ddd-core) | Event Storming โ†’ Bounded Contexts |
| **Release Tracking** | [diffusion-release-tracking](./.agent-skills/diffusion-release-tracking) | Rogers Bell Curve โ†’ Go/No-Go per gate |
| **Delivery** | [business-product-leadership](./.agent-skills/business-product-leadership) | Ship vs. Release, MVP Playbook |
| **Performance** | [dora-core](./.agent-skills/dora-core) | Deployment Frequency, Lead Time, CFR, MTTR tiers |

### For Architects & Developers ๐Ÿ› ๏ธ
| Level | Skill | Focus |
|:---|:---|:---|
| **L1** | [c4-level1-context](./.agent-skills/c4-level1-context) | System Scope & User Journeys (Tech-free) |
| **L2** | [c4-level2-container](./.agent-skills/c4-level2-container) | Infrastructure & Deployment (Docker/K8s) |
| **L3** | [c4-level3-component](./.agent-skills/c4-level3-component) | Internal Code Structure & Folder Mapping |
| **Code** | [clean-architecture](./.agent-skills/clean-architecture) | Dependency Rule, Ports & Adapters, Package by Component |
| **Tactical** | [ddd-tactical](./.agent-skills/ddd-tactical) | Rich Domain Models & Scoring Rubric (0-10) |
| **Advanced** | [ddd-patterns](./.agent-skills/ddd-patterns) | CQRS, Event Sourcing, Outbox, ACL |

---

## ๐Ÿ“š Full Skill Library

### ๐Ÿ“ˆ Business & Strategy
| Skill | Description |
|:---|:---|
| [art-of-war-software-engineering](./.agent-skills/art-of-war-software-engineering) | Apply Sun Tzu's "Art of War" principles to software strategy, engineering leadership, and tactical execution. |
| [why-strategic-rationale](./.agent-skills/why-strategic-rationale) | Strategic rationale via Value Proposition Canvas + Amazon Working Backwards PR/FAQ. |
| [business-product-leadership](./.agent-skills/business-product-leadership) | Product Market Research, JTBD, Diffusion of Innovations, MVP Planning, Ship != Release, NotebookLM Grounded Reasoning. |
| [diffusion-release-tracking](./.agent-skills/diffusion-release-tracking) | Rogers Bell Curve tracking with 4 phase-gated Go/No-Go release decisions (Innovator โ†’ Early Adopter โ†’ Chasm โ†’ Majority). |
| [dora-core](./.agent-skills/dora-core) | DORA metrics (DF, LT, CFR, MTTR) with Elite/High/Medium/Low tiers and capability gap analysis. |
| [collaborative-engineering-agent](./.agent-skills/collaborative-engineering-agent) | Unified SDLC: Agile PM, GitOps/SecOps, Dialectical Review Engine, DORA-aligned practices. |

### ๐Ÿ— Architecture (DDD + C4 + Clean Architecture)
| Skill | Description |
|:---|:---|
| [ddd-core](./.agent-skills/ddd-core) | Strategic DDD: Event Storming, Subdomains, Bounded Contexts. |
| [ddd-tactical](./.agent-skills/ddd-tactical) | Tactical DDD: Aggregates, Value Objects, Scoring Rubric. |
| [ddd-patterns](./.agent-skills/ddd-patterns) | Advanced: CQRS, Event Sourcing, Outbox, ACL. |
| [c4-model](./.agent-skills/c4-model) | Navigation hub, anti-patterns, stakeholder mapping. |
| [c4-level1-context](./.agent-skills/c4-level1-context) | System Context & User Journeys (PM-friendly). |
| [c4-level2-container](./.agent-skills/c4-level2-container) | Infrastructure & Deployment Mapping. |
| [c4-level3-component](./.agent-skills/c4-level3-component) | Internal Code Structure & Folder Mapping. |
| [c4-level4-code](./.agent-skills/c4-level4-code) | Implementation details (UML & ER Diagrams). |
| [clean-architecture](./.agent-skills/clean-architecture) | Dependency Rule, Layers, Ports & Adapters, Package by Component. |

### ๐Ÿค– Agent Governance
| Skill | Description |
|:---|:---|
| [kinhluan-router](./.agent-skills/kinhluan-router) | Central dispatcher โ€” routes requests to correct skill based on workflow stage and artifact detection. |
| [agent-expertise-protocol](./.agent-skills/agent-expertise-protocol) | Defines agent behavior: expertise domains, user sovereignty, Master Framework compliance, escalation rules. |

### ๐Ÿ’ป Technology
| Category | Skills |
|:---|:---|
| **Languages** | [Python](./.agent-skills/python-development), [JS/TS](./.agent-skills/javascript-typescript), [Go](./.agent-skills/golang-development) |
| **Infrastructure**| [Docker](./.agent-skills/docker-containerization), [Kubernetes](./.agent-skills/kubernetes-orchestration) |
| **Security** | [Security Analysis](./.agent-skills/security-analysis) |
| **ML Systems** | [Scheduling Algorithms](./.agent-skills/scheduling-algorithms), [Federated RL](./.agent-skills/federated-learning-dqn) |

### ๐ŸŽ“ Research & PhD Lifecycle
End-to-end workflow from literature survey to defense. Each skill connects to the next.

| Stage | Skill | Purpose |
|:---|:---|:---|
| **1. Survey** | [sota-survey](./.agent-skills/sota-survey) | Search, triage, synthesize literature โ†’ gap matrix |
| **2. Formulate** | [research-question](./.agent-skills/research-question) | RQ, hypothesis, contribution statement |
| **3. Propose** | [phd-proposal](./.agent-skills/phd-proposal) | Write proposal per IEEE/ACM CS standards |
| **4. Design** | [research-design](./.agent-skills/research-design) | Experiment protocol, baselines, metrics, ablation |
| **5. Execute** | [experiment-tracking](./.agent-skills/experiment-tracking) | Log, compare, debug, reproduce experiments |
| **6. Write** | [paper-writing](./.agent-skills/paper-writing) | Draft paper/thesis section-by-section + LaTeX |
| **7. Critique** | [internal-critique](./.agent-skills/internal-critique) | Self-review, simulate tough reviewer |
| **8. Publish** | [publication-strategy](./.agent-skills/publication-strategy) | Venue selection, rebuttal, revision cycles |
| **9. Defend** | [defense-prep](./.agent-skills/defense-prep) | Slides, Q&A simulation, day-of checklist |
| **โ†• Track** | [milestone-tracker](./.agent-skills/milestone-tracker) | PhD timeline, deadlines, committee meetings |

> Also see: [product-analytics](./.agent-skills/product-analytics) for metrics and experimentation, [product-ux-research](./.agent-skills/product-ux-research) for user research methods.

---

## ๐Ÿ“ฆ Installation

### Claude Code (native plugin)
```
/plugin marketplace add kinhluan/skills
/plugin install kinhluan-skills
/reload-plugins
```

Skills available as `kinhluan-skills:<skill-name>` (e.g. `kinhluan-skills:dora-core`).

### Other AI tools (skills.sh format)
```bash
npx skills add kinhluan/skills
```

## โš™๏ธ Automation & Maintenance

- `make validate`: Ensure all skills follow the [skills.sh](https://skills.sh) standard.
- `make package`: Build `.skill` distribution files in `dist/`.

## ๐Ÿ‘ฅ Author

- **Luรขn B.** - [luanbhk@gmail.com](mailto:luanbhk@gmail.com)

## ๐Ÿ“„ License

MIT License - see [LICENSE](LICENSE) for details.

More