By mistakenot
Mine git history, PRs, and session transcripts into a structured learning diary of techniques and breakthroughs.
A collection of reusable agent skills that implement the Portable Task Workflow -- an AI-agent-driven feature delivery lifecycle from requirements through merged PR.
requirements.md -> solution.md -> context.md -> plan.md -> worktree execution -> PR -> review -> merge -> feedback
Planning happens on main. Implementation happens on feature branches in isolated git worktrees. Each stage is a discrete skill invoked via slash command.
| Skill | Description |
|---|---|
new-task | Create a new task folder with requirements.md from user input |
new-solution | Write a solution design (solution.md) by exploring approaches and tradeoffs |
new-plan | Write context.md and plan.md by gathering codebase context and breaking work into phases |
execute-task | Autonomously implement a planned task end-to-end using worktree isolation |
delegate-task | Dispatch task execution to an idle Claude Code pane in a tmux session |
executor-status-check | Monitor all executor panes in a tmux session and report status |
commit-task | Verify completeness of planning docs and commit them to main |
complete-task | Finalize a feature branch and merge it to main with PR, testing, and cleanup |
code-review | Perform a structured code review with severity labels |
review-task | Review task planning documents and leave structured inline comments |
request-codex-review | Send task planning docs to Codex for review, then resolve any comments |
address-feedback | Work through open PR review threads by fixing code and resolving threads |
resolve-comments | Resolve inline review comment threads in planning docs (markdown and HTML) |
task-feedback-analyser | Extract recurring patterns from completed task feedback into workflow rules |
generate-10-ideas | Brainstorm 10 ideas by generating 100 candidates and filtering to the top 10 |
revise-readme | Update README and documentation to reflect the current state of the project |
npx skills install mistakenot/skills -s '*' -a claude-code codex -y
npx skills install mistakenot/skills -s new-task -a claude-code codex -y
This installs into .claude/skills/ and .agents/skills/.
Files in ./skills/ are compiled output. Edit the source files in ./src/ and run the Makefile targets:
make compile # Compile src/ -> skills/
make install # Compile + install locally into .claude/skills/ and .agents/skills/
make lint # Lint all skills with autoskill
make check # Compile + lint (pre-commit check)
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 mistakenot/skills --plugin reflectionDocumentation maintenance: keep READMEs and docs in sync with the current state of the code.
Structured ideation: generate high-impact feature ideas and run synthetic user-research simulations to decide what to build next.
End-to-end AI-agent task delivery: requirements, solution, plan, review, execute, and ship features through a structured plan-to-merge workflow.
Author rich single-file HTML planning docs with tabs, mermaid diagrams, file-change trees, and inline comment threads.
De-risk ideas before building: run exploratory tech spikes that validate assumptions and stress-test approaches.
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.