Skip to main content
Run any Skill in Manus
with one click
GitHub repository

claude-organizer

claude-organizer contains 3 collected skills from fmilioni, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
3
Stars
4
updated
2026-07-13
Forks
1
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

implement
computer-occupations-all-other

Use to EXECUTE cards that already exist on the board in claude-organizer — a task, a story, several stories, or a whole sprint. Trigger the moment you start, resume, or continue work on specific cards ("work CO-42", "implement this story", "run the sprint", "build it now"). Owns the per-card lifecycle (in_progress → implement → review by a fresh subagent → review status → commit) and multi-card runs in two modes — review each card, or run the whole batch autonomously. Commits one per card (after the user approves the review, or directly in an agreed batch run); leaves each card in `review` until the user approves. NEVER assume — any open decision the card doesn't settle goes to the user first. To break a NEW demand into cards, use `plan` instead.

2026-07-13
plan
project-management-specialists

Use to turn a NEW demand — a feature, a change, a fix — into structured work in claude-organizer (sprints, stories, tasks). Trigger whenever the user describes something new to build before it's broken down, asks to plan/organize work, or asks to CREATE A CARD — card creation ALWAYS runs through this skill, never a direct create_card. This is PLANNING, not execution — do NOT write code here.

2026-07-10
claude-organizer
computer-occupations-all-other

Entry point for a project tracked in claude-organizer (the `mcp__claude-organizer__*` tools). Explains what the board is, routes to the right phase skill, and records the project binding in CLAUDE.md so future sessions start without listing projects. Read this to know WHICH skill to use; the actual workflow lives in that skill.

2026-06-19