By powerman
Go engineering policies and coding conventions — constructors, variable scope, project structure, and style overrides.
A collection of Agent Skills.
Compatible with Claude Code, Cursor, Codex CLI, Gemini CLI, OpenCode, GitHub Copilot, and any agent that supports the Agent Skills specification.
Works with any supported agent:
# Install all skills
npx skills add powerman/skills --all
# Install a specific skill
npx skills add powerman/skills --skill go-bounded-context-hexagonal
npx skills add powerman/skills --skill go-engineering-policy
# Install to specific agents
npx skills add powerman/skills --skill go-bounded-context-hexagonal -a claude-code -a cursor
/plugin marketplace add powerman/skills
/plugin install go-bounded-context-hexagonal@powerman/skills
/plugin install go-engineering-policy@powerman/skills
Add to .claude/settings.json:
{
"extraKnownMarketplaces": {
"powerman/skills": {
"source": {
"source": "github",
"repo": "powerman/skills"
}
}
},
"enabledPlugins": {
"go-bounded-context-hexagonal@powerman/skills": true,
"go-engineering-policy@powerman/skills": true
}
}
Clone the repo and symlink or copy skill directories to your agent's skills path:
git clone https://github.com/powerman/skills.git
# Claude Code
ln -s "$PWD/skills/go-bounded-context-hexagonal" ~/.claude/skills/
# Cursor
ln -s "$PWD/skills/go-bounded-context-hexagonal" ~/.cursor/skills/
# OpenCode / Codex CLI
ln -s "$PWD/skills/go-bounded-context-hexagonal" .agents/skills/
| Skill | Description |
|---|---|
| go-bounded-context-hexagonal | Bounded-Context Hexagonal Go application architecture — package layout, ports/adapters, wiring, and modular monolith patterns |
| go-engineering-policy | Go engineering policies and coding conventions — constructors, variable scope, project structure, and style overrides |
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.
Bounded-Context Hexagonal architecture for Go CLI and backend service applications — port/adapter boundaries, package layout, wiring, and modular monolith patterns.
npx claudepluginhub powerman/skills --plugin go-engineering-policyComprehensive 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.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls