By powerman
Bounded-Context Hexagonal architecture for Go CLI and backend service applications — port/adapter boundaries, package layout, wiring, and modular monolith patterns.
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.
npx claudepluginhub powerman/skills --plugin go-bounded-context-hexagonalGo engineering policies and coding conventions — constructors, variable scope, project structure, and style overrides.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.