AbsolutPowers skills for AI-assisted development lifecycle — from feature design through implementation to code review.
Systematic debugging process — root cause investigation before any fixes. 4 phases: root cause, pattern analysis, hypothesis testing, implementation. TRIGGER when: bug report, error message, test failure, "nie dziala", unexpected behavior, stack trace, CI failure, regression, crash, exception, "why does X return Y", flaky test, performance degradation, "something broke", "doesn't work".
Interactive Product Owner / Product Architect session for discussing and designing a new feature. Analyzes existing codebase, suggests solutions and alternatives, and produces a planning document in ./absolutpowers/feature/. TRIGGER when: new feature request, "chce dodac", "potrzebujemy", "jak zrobic", brainstorming, feature design, "what if we", product discussion, requirements gathering, "should we build", architecture decision for new functionality.
Staff Engineer creating implementation plans for an AI coding agent. Reads a planning doc or review report, then produces a tasks-*.md file with sequential implementation steps for an AI agent. TRIGGER when: planning doc exists and user wants implementation plan, "rozpisz taski", "break this into tasks", review report needs fix tasks, after feature-discuss produces planning-*.md, "what are the steps".
Senior Engineer executing tasks from ./absolutpowers/feature/tasks-*.md sequentially with TDD approach. Updates task status in-place, maintains CLAUDE.md source files, and keeps mirrored AGENTS.md files in sync as needed. TRIGGER when: tasks-*.md file exists and user wants to start implementation, "zacznij implementacje", "implement this", "build it", "execute the plan", after generate-tasks produces tasks-*.md.
Full code review of current branch changes — 4 phases: semantic analysis, edge case hunting, project rules compliance, and garbage collection. Always runs all phases, no partial reviews. TRIGGER when: "review my code", "sprawdz kod", "przejrzyj zmiany", before merge, PR ready, "is this ready", code quality check, "what did I miss", branch ready for review.
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.
Shared Claude Code and Codex workflow for AI-assisted development lifecycle — from feature design through implementation to code review.
/plugin marketplace add AbsolutSystems/absolutpowers
/plugin install absolutpowers@absolutpowers-skills
Restart Claude Code, then type /absolutpowers: — autocomplete should show all 6 skills.
This repository exposes a repo-local Codex marketplace at:
.agents/plugins/marketplace.json
and the installable Codex plugin bundle at:
./plugins/absolutpowers
Open the repository in Codex, use the repo marketplace, and install the absolutpowers plugin from there.
In Codex, invoke the workflow through the plugin handle $absolutpowers plus the skill name or task context, for example:
$absolutpowers feature-discuss zaprojektuj system powiadomien push
$absolutpowers generate-tasks ./absolutpowers/feature/planning-push-notifications.md
$absolutpowers implement ./absolutpowers/feature/tasks-push-notifications.md
$absolutpowers review
$absolutpowers debug test auth pada tylko na CI
$absolutpowers update-ai-context
The plugin bundle can also expose dedicated slash commands under:
./plugins/absolutpowers/commands
Current custom command:
/tech-lead-advisor
Use it for strategic technical guidance, architectural review, and critical second opinions on major technical decisions.
/plugin install absolutpowers@absolutpowers-skills
For Codex, refresh or reinstall the local repo plugin after pulling changes if your environment caches plugin versions.
Repository source of truth lives in:
./skills
The Codex plugin bundle mirrors those files in:
./plugins/absolutpowers/skills
Before publishing or testing the Codex plugin bundle, refresh that mirror with:
python3 scripts/sync_skills_to_codex.py
The sync keeps all supporting files identical and removes Claude-specific frontmatter fields
(allowed-tools, argument-hint) from plugin SKILL.md files.
Each skill produces output consumed by the next:
feature-discuss → generate-tasks → implement → review
(CO?) (JAK?) (BUDUJ+WERYFIKUJ) (AUDYTUJ)
/absolutpowers:feature-discussInteractive Product Owner / Product Architect session. Discusses feature requirements before any code is written.
/absolutpowers:feature-discuss chce system powiadomien push dla uzytkownikow
Output: ./absolutpowers/feature/planning-{slug}.md, optionally ./docs/adr/YYYY-MM-DD-{slug}.md
Smart routing: Trivial changes skip planning doc — suggests direct implementation.
/absolutpowers:generate-tasksCreates a step-by-step implementation plan from a planning document or review report.
/absolutpowers:generate-tasks @absolutpowers/feature/planning-push-notifications.md
/absolutpowers:generate-tasks @absolutpowers/reviews/2026-04-21-feature-auth.md
./absolutpowers/patterns.md, ./absolutpowers/rules.md, ADRsOutput: ./absolutpowers/feature/tasks-{slug}.md
/absolutpowers:implementExecutes tasks sequentially from a tasks document with TDD approach.
/absolutpowers:implement @absolutpowers/feature/tasks-push-notifications.md
completed in-place./absolutpowers/project-memory.md on startup when present./absolutpowers/memory-candidates/memory-candidates-YYYY-MM-DD-{slug}.md for durable lessons worth reusing laterOutput: Implementation code + tests, updated tasks file
/absolutpowers:reviewFull 4-phase code review of current branch changes.
/absolutpowers:review
/absolutpowers:review develop # custom base branch
| Phase | Focus |
|---|---|
| 1. Semantic Review | Behavior changes, blast radius, architectural decisions |
| 2. Edge Case Hunt | null, empty, off-by-one, race conditions |
| 3. Rules Check | Compliance with ./absolutpowers/rules.md |
| 4. Garbage Collection | Dead imports, debug logs, commented code |
npx claudepluginhub absolutsystems/absolutpowers --plugin absolutpowersDesign fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
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.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
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.
Complete developer toolkit for Claude Code