By cuongtl1992
Generate lean Vietnamese PRDs via interviews, convert them to Gherkin .feature files with structured BDD scenarios in Rule blocks, create interactive low-fidelity HTML wireframes annotated with business rules, and implement features from Gherkin into step definitions and business logic code.
Implement feature từ Gherkin feature file — technical analysis, step definitions, và business logic code. Use when engineer nói "implement feature từ feature file", "gen code từ gherkin", "tạo step definitions", "implement scenarios", "code từ living docs", "triển khai feature", hoặc có .feature file và muốn viết code. Skill này cover 3 phase: technical solution design, step definitions, và implementation code. MANDATORY TRIGGERS: implement feature, gen code, step definitions, gherkin to code, triển khai, code từ feature file.
Viết PRD rút gọn tập trung Business Rules và Workflow cho AI-first engineering + BDD. Use when user wants to write a lean PRD, viết PRD, tạo spec, feature spec, business rules, workflow cho feature, hoặc nói "spec cho feature", "PRD cho", "viết requirement", "mô tả nghiệp vụ", "lean prd". Output là input trực tiếp cho prd-to-gherkin (Gherkin scenarios) và prd-to-mockup (wireframe). Không dùng cho full PRD truyền thống có Success Metrics, Timeline — dùng spec-writer cho mục đích đó. MANDATORY TRIGGERS: PRD, spec, requirement, business rule, workflow, lean prd, viết PRD, tạo spec.
Convert Lean PRD thành Gherkin .feature files. Use when engineer có PRD (từ lean-prd skill hoặc Confluence) và cần generate Gherkin scenarios. Trigger khi user nói "tạo feature file từ PRD", "generate Gherkin", "convert spec to BDD", "viết Gherkin từ spec", "gen scenarios", hoặc paste PRD document. Scenarios LUÔN nằm trong Rule: block — không bao giờ có scenario độc lập. Steps viết tiếng Việt, giữ Gherkin syntax tiếng Anh. MANDATORY TRIGGERS: gherkin, feature file, BDD, scenarios, gen gherkin, prd to gherkin.
Tạo wireframe/mockup từ Lean PRD hoặc Screen States description. Use when user has a PRD with Screen States section, hoặc nói "vẽ mockup từ PRD", "tạo wireframe", "mockup cho feature", "vẽ màn hình", "UI từ spec", "render screen states". Nhận input từ lean-prd (Screen States + Workflow) và render thành HTML wireframe tương tác được. Không dùng cho high-fidelity design — dùng Figma/design tool cho mục đích đó. MANDATORY TRIGGERS: wireframe, mockup, vẽ màn hình, UI từ spec, screen states, prd to mockup.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A community-driven collection of skills for Claude Code. Easily install and manage AI coding assistant skills organized by technology stack.
# macOS/Linux
curl -sSL https://raw.githubusercontent.com/cuongtl1992/vibe-skills/main/scripts/install.sh | bash
# Or with Go
go install github.com/cuongtl1992/vibe-skills/cmd/vibe-skills@latest
# macOS (Apple Silicon)
curl -L https://github.com/cuongtl1992/vibe-skills/releases/latest/download/vibe-skills_darwin_arm64.tar.gz | tar xz
sudo mv vibe-skills /usr/local/bin/
# macOS (Intel)
curl -L https://github.com/cuongtl1992/vibe-skills/releases/latest/download/vibe-skills_darwin_amd64.tar.gz | tar xz
sudo mv vibe-skills /usr/local/bin/
# Linux (amd64)
curl -L https://github.com/cuongtl1992/vibe-skills/releases/latest/download/vibe-skills_linux_amd64.tar.gz | tar xz
sudo mv vibe-skills /usr/local/bin/
# Linux (arm64)
curl -L https://github.com/cuongtl1992/vibe-skills/releases/latest/download/vibe-skills_linux_arm64.tar.gz | tar xz
sudo mv vibe-skills /usr/local/bin/
Invoke-WebRequest -Uri https://github.com/cuongtl1992/vibe-skills/releases/latest/download/vibe-skills_windows_amd64.zip -OutFile vibe-skills.zip
Expand-Archive vibe-skills.zip -DestinationPath .
# Add to PATH or move to a directory in PATH
cd your-project
vibe-skills init
This creates a .vibe-skills.yaml config file in your project.
# Install from config file
vibe-skills install
# Install specific skills
vibe-skills install commit-convention code-reviewer
# Install all skills from a stack
vibe-skills install --stack dotnet
# Install multiple stacks
vibe-skills install --stack common,dotnet,database
# Install all available skills
vibe-skills install --all
# List all skills
vibe-skills list
# List skills in a specific stack
vibe-skills list --stack dotnet
# List installed skills only
vibe-skills list --installed
vibe-skills search "database"
vibe-skills search "review"
# Update all installed skills to latest version
vibe-skills update
# Update specific skill(s)
vibe-skills update code-reviewer
vibe-skills update code-reviewer sqlserver-expert
vibe-skills remove commit-convention
vibe-skills self-update
# Use skills from develop branch (pre-release testing)
vibe-skills list --branch develop
vibe-skills install commit-convention --branch develop
# Use skills from a specific tag/version
vibe-skills list --ref v1.0.0
vibe-skills install --ref v1.0.0
.vibe-skills.yamlCreate in your project root:
# Optional: Use a specific branch/ref for this project
registry:
branch: develop # or use 'ref: v1.0.0' for a specific version
skills:
# Common skills for all projects
- common/commit-convention
- common/code-reviewer
# Stack-specific skills
- dotnet/clean-architecture
- dotnet/ef-core
- database/sql-optimization
~/.vibe-skills/config.yamlSet default branch for all projects:
registry:
branch: main # default branch to use
--branch, --ref) - highest priority.vibe-skills.yaml)~/.vibe-skills/config.yaml)main branch| Skill | Description |
|---|---|
commit-convention | Conventional commit message format |
code-reviewer | Code review checklist and guidelines |
More skills coming soon! Contributions welcome.
We welcome contributions! See CONTRIBUTING.md for guidelines.
skills/<stack>/<skill-name>/SKILL.md file with your skill content./scripts/generate-registry.sh to update the registrySee docs/creating-skills.md for detailed instructions.
npx claudepluginhub cuongtl1992/vibe-skills --plugin ai-first-engineeringCompound Engineering workflow: PRD-driven sprints, isolated worktrees, hook-enforced safety, automated learning. Skills become /vini-workflow:plan, /vini-workflow:compound, etc.
No description provided.
Workflow skills and shared instructions for coding agents.
Helder's personal SDLC toolbelt for AI coding agents — from PRD to ship. Bundles the tracer-bullet workflow alongside TDD, code review, audits, and shipping skills.
Verification-first engineering toolkit for Claude Code. 15 skills across a 5-phase spine (Investigate → Design → Implement → Verify → Ship), 8 specialist agents, an interactive setup wizard. Every skill has rationalizations + evidence requirements. Built for senior ICs and tech leads.
Focused agentic engineering workflow: design-doc, spec, plan, implement, tdd, refactor, review, address-pr-feedback, browser-verify, explain-visually, compress, branch, and commit.