accounting
Eight-phase accounting cycle — analyze, journal, ledger, trial balance, adjust, statements, close with 5 utility skills
pinned to #7aee5d1updated 2 weeks ago
Ask your AI client: “install plugins/accounting”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install plugins/accountingmetahub onboarded this repo on the author's behalf.
If you own github.com/bromso/metapowers on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
1
Last commit
2 weeks ago
Latest release
published
- #agents
- #claude-agent
- #claude-code
- #claude-code-plugin
- #claude-skills
- #codex
- #codex-cli
- #codex-skills
- #context-design
- #context-engineering
- #cursor
- #cursor-skills
- #mcp
- #meta-prompting
- #spec-driven-design
- #spec-driven-development
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.7aee5d1· 2 weeks ago
Kind-specific
31Plugin: manifest fields complete
Plugin: bundled artifacts presentwarn
Couldn't find a skills/ subdir or an MCP server config inside the plugin
A plugin is most useful when it bundles ≥ 1 skill or an MCP server.
Plugin: bundle shape
empty bundle
Plugin: manifest location
manifest at plugin.json
Release history
1- releasecurrent7aee5d1warn2 weeks ago
Contents
Metapowers
Structured, repeatable workflows for digital production domains. 275+ skills across 16 domains — powered by proven methodologies. Works with any AI coding assistant — Claude Code, Codex CLI, OpenCode, Cursor, and more.
Quick Start
npx create-metapowers
Or install everything at once:
npx create-metapowers --all
Then try a skill:
/design:empathize button
/research:discover user-onboarding
/development:plan auth-system
Domains
| Domain | Methodology | Skills | Description |
|---|---|---|---|
| Design | Design Thinking | 9 | Component design with Figma MCP integration |
| Research | Double Diamond | 4 | Structured discovery and validation |
| Development | Dev Workflow | 6 | Plan, build, test, debug, review, ship |
| Marketing | RACE Framework | 33 | Full growth marketing lifecycle |
| Branding | Brand Lifecycle | 6 | Brand creation and compliance auditing |
| Accessibility | WCAG-EM | 6 | Accessibility audit and remediation |
| Project Management | Scrum | 32 | Sprint-based project management |
| Coaching | Domain Coaching | 5 | Expert feedback across 5 disciplines |
| Leadership | Leadership Dev | 12 | Team building and management tools |
| Legal | Legal Lifecycle | 35 | Contracts, compliance, governance |
| Security | NIST CSF 2.0 | 39 | Cybersecurity framework |
| Compliance | GRC Lifecycle | 48 | 30+ regulatory frameworks |
| Bookkeeping | Bookkeeping Cycle | 9 | Transaction recording and reporting |
| Accounting | Accounting Cycle | 13 | Full 8-phase accounting cycle |
| Finance | FP&A | 11 | Financial planning and analysis |
| Metapowers | Cross-domain | 7 | Status, init, report, workflow, detect, find, create |
How It Works
Each domain provides:
- Phases — ordered steps in a proven methodology
- Skills — slash commands that guide you through each phase
- Quality gates — checks that enforce phase ordering
- Artifacts — structured output stored in
.metapowers/<domain>/
Cross-Domain Features
/metapowers:detect # Scan project tech stack, suggest skills
/metapowers:find-skill <topic> # Search skill marketplaces
/metapowers:create-skill <topic> # Create a custom skill
/metapowers:improve-skill <name> # Refine based on feedback
/metapowers:workflow launch-product # 23-step cross-domain workflow
/metapowers:status # View all projects across domains
/metapowers:report # Cross-domain summary report
Compatibility
| Tool | Status | How It Works |
|---|---|---|
| Claude Code | Native | claude install bromso/metapowers |
| Codex CLI | Compatible | AGENTS.md auto-loaded |
| OpenCode | Compatible | AGENTS.md auto-loaded |
| Cursor | Compatible | .cursorrules auto-loaded |
Documentation
Full documentation: bromso.github.io/metapowers
Project Structure
metapowers/
├── apps/docs/ # Documentation site (Fumadocs + Next.js)
├── packages/
│ ├── create-metapowers/ # CLI — npx create-metapowers
│ ├── figma-mcp/ # Figma MCP server
│ ├── scoring-harness/ # Skill output scoring
│ └── skill-validator/ # SKILL.md validation
├── plugins/ # 16 domain plugins with 275+ skills
└── docs/plans/ # Design and implementation plans
Development
Prerequisites
- Bun >= 1.3
- One of: Claude Code, Codex CLI, OpenCode, Cursor, or any SKILL.md-compatible assistant
Setup
git clone https://github.com/bromso/metapowers.git
cd metapowers
bun install
Commands
bun run build # Build all packages
bun run test # Run all tests
bun run lint:skills # Validate all 275+ SKILL.md files
bun run check # Biome check
bun run format # Biome format
bun run changeset # Create a changeset for releasing
Contributing
See CONTRIBUTING.md for development guidelines.
License
MIT — Jonas Broms
Reviews
No reviews yet. Be the first.
Related
youtube-transcribe-skill
Extract subtitles/transcripts from YouTube videos via CLI or browser automation
claude-magic-compact
Lossless context compression for Claude Code.
superloopy
Lightweight loop harness with strict evidence gates — Claude Code edition.
mh install plugins/accounting