By nguyenhuy158
Git workflow, PR creation, security review, and Odoo code review skills
Use this skill when the user asks to write, generate, draft, or format a git commit message. It enforces the Conventional Commits specification with mandatory emojis and strict formatting rules.
Use this skill when user wants to clean up local git branches whose remote tracking branches are gone/deleted. Triggers on phrases like "clean branches", "delete stale branches", "prune branches", "git branch clean", "dọn branch", "xóa branch cũ".
Review Odoo (Python & XML) code for best practices, standards, and common errors. Use this skill when the user asks to review Odoo modules, Python files in an Odoo context, or XML views/data files.
Perform a security code review based on OWASP Top 10. Use when user asks for security audit, vulnerability review, or mentions OWASP. Triggers on "security review", "audit code", "check for vulnerabilities", "OWASP", "kiểm tra bảo mật".
Use this skill when the user wants to prepare a branch for production, open a pull request, or hand off work for review. Trigger on phrases like "ship this", "prep for PR", "get this ready to merge", "open a PR", "create PR", "tạo PR", "make pull request", "push this up".
Collection of specialized skills to enhance AI agent capabilities.
graph TD
Repo[Agent Skills] -->|Loads| Skill1[Copilot Commit Style]
Repo -->|Loads| Skill2[Odoo Code Reviewer]
Repo -->|Loads| Skill3[PR Creator]
Skill1 -->|Action| Enforce[Strict Commit Format]
Skill2 -->|Action| Audit[Odoo Code Audit]
Skill3 -->|Action| PR[Create GitHub PR]
Directory: copilot-commit-style/
Enforces Conventional Commits.
graph LR
Msg["✨ feat(auth): add OAuth2 login flow"]
subgraph Structure
Emoji((Emoji)) --> Type[Type]
Type --> Scope[Scope]
Scope --> Desc[Description]
end
style Emoji fill:#ff9,stroke:#333
style Type fill:#bbf,stroke:#333
style Scope fill:#dfd,stroke:#333
style Desc fill:#fdd,stroke:#333
Key Rules:
Directory: odoo-reviewer/
Expert reviewer for Odoo development projects.
mindmap
root((Odoo Review))
Python
PEP8 & Naming
ORM Best Practices
No Direct SQL
XML
Concise XPath
No Hardcoded IDs
Correct Attributes
Manifest
Depends
Data Order
License
Critical Checks
Security (Access Rights)
Performance (N+1)
Idempotency
Directory: pr-creator/
Creates GitHub pull requests with simple English title and body.
Flow:
gh pr create and return URLTriggers: "create PR", "open PR", "make pull request", "tạo PR"
Agents load these skills from the SKILL.md file in each directory when specific tasks are requested.
/plugin marketplace add nguyenhuy158/skills
/plugin install workflow@skills
Skills available after install:
| Slash command | Description |
|---|---|
/workflow:ship-ready | Prepare branch and create PR |
/workflow:git-branch-clean | Delete stale local branches |
/workflow:security-review | OWASP Top 10 security audit |
/workflow:odoo-review | Odoo Python & XML code review |
/workflow:commit-style | Enforce Conventional Commits format |
/plugin marketplace update nguyenhuy158/skills
Or reinstall:
/plugin install workflow@skills
git clone https://github.com/nguyenhuy158/skills ~/.claude/skills/nguyenhuy158-skills
Then reference each SKILL.md path in your Claude config.
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.
npx claudepluginhub nguyenhuy158/skills --plugin workflowHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.