By mistakenot
Documentation maintenance: keep READMEs and docs in sync with the current state of the code.
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 maintenanceStructured 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.
Mine git history, PRs, and session transcripts into a structured learning diary of techniques and breakthroughs.
De-risk ideas before building: run exploratory tech spikes that validate assumptions and stress-test approaches.
Access official Microsoft documentation, API references, and code samples for Azure, .NET, Windows, and more.
Make your AI agent code with your project's architecture, rules, and decisions.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Build and maintain an LLM-curated personal knowledge base in your project — Andrej Karpathy's LLM Wiki pattern, designed to scale to thousands of pages without becoming a context bottleneck. Now with an optional compiled graph layer for typed, provenance-backed relationships.
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.