Custom Claude skills collection by poorants
npx claudepluginhub poorants/ant-skillsGeneral-purpose, cross-cutting tools usable in any project or context. Currently bundles engram — a networked PARA document brain (PARA management + knowledge-graph linking, MOC hubs, and integrity lint). Carries engram's capture-loop hooks.
Claude Code skills marketplace by poorants.
Windows:
iex (irm https://raw.githubusercontent.com/poorants/ant-skills/main/bootstrap/init-claude-project.ps1)
macOS / Linux:
bash <(curl -sL https://raw.githubusercontent.com/poorants/ant-skills/main/bootstrap/init-claude-project.sh)
This registers the marketplace, installs plugins, sets permissions, and initializes PARA documents.
claude plugin marketplace add poorants/ant-skills
claude plugin install ant-project-kit@ant-agent-skills --scope local
Project lifecycle management — kickstart, planning, tracking, and retrospective.
| Skill | Description |
|---|---|
| project-kickstart | Project concept shaping → CONCEPT.md |
| project-plan | Phase-based roadmap with PDCA integration |
| project-retrospective | Git history → resume/portfolio STAR document |
| work-report | Work report generation |
| para-docs | PARA-based document management |
| init-permissions | Grant all Claude Code permissions to project |
| skill-doctor | Skill validation and debugging |
claude plugin install ant-project-kit@ant-agent-skills --scope local
App scaffolding, frontend tooling, and external service integrations.
| Skill | Description |
|---|---|
| init-go-webapp | Go + React single-binary web app scaffolding |
| init-rust-deskapp | Rust + Tauri desktop app scaffolding |
| fe-component-rules | Frontend component conventions |
| fe-design-tokens | Design token management |
| fe-style-guide | Frontend style guide |
| naver-maps | Naver Maps API integration |
claude plugin install ant-app-kit@ant-agent-skills --scope local
ant-skills/
├── .claude-plugin/
│ └── marketplace.json # Plugin registry
├── bootstrap/ # One-liner setup scripts
│ ├── init-claude-project.ps1
│ └── init-claude-project.sh
├── skills/
│ └── <skill-name>/
│ ├── SKILL.md # Skill definition (required)
│ ├── scripts/ # Helper scripts (optional)
│ ├── references/ # Reference docs (optional)
│ └── assets/ # Static assets (optional)
└── template/SKILL.md # Template for new skills
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.