Skill Claude CodeCodex
Prepare a new mcp-tasker release: bump version, update README/DESIGN, refresh lockfile, run tox. Use when the user says "prepare a release", "cut a release", "bump the version", or invokes /prepare-release.
Skill Claude CodeCodex
Prepare a new mcp-tasker release: bump version, update README/DESIGN, refresh lockfile, run tox. Use when the user says "prepare a release", "cut a release", "bump the version", or invokes /prepare-release.
MCP server Claude CodeCodexCursor
Organizer for project's scripts. Runs locally from the tasker Python package.
Instructions file
Claude Code instructions for greendwin/mcp-tasker, covering project, development, python guide and conventions.
Agent
This repo runs inside Claude Code. The code-review lens invokes the built-in /code-review command (read-only by default); the refactor lenses are read-only reviewers that propose refactorings in prose. Every lens reports findings with an inline suggested-fix and never edits the tracked tree — dev-loop hands the…
Agent
This repo's task tracker is the tasker MCP server. Tasks live inside tasker and are reached through its MCP tools (the mcptasker functions). Each task has a short id (e.g. s01t03). Hierarchy is native: a task may have a parent and its own subtasks. This document tells skills how to perform each task-tracker operation…