Skip to main content
Run any Skill in Manus
with one click
itsHabib
GitHub creator profile

itsHabib

Repository-level view of 59 collected skills across 5 GitHub repositories.

skills collected
59
repositories
5
updated
2026-07-20
repository explorer

Repositories and representative skills

floor
computer-occupations-all-other

Render the EFFECTIVE Claude Code harness rulebook for this machine/project — what the current session may actually do — by merging every settings layer (global ~/.claude/settings.json, project .claude/settings.json, project settings.local.json) plus PreToolUse/PostToolUse hooks into one tiered view (free / consequential / guarded), flagging cross-shell asymmetries (a Bash rule with no PowerShell twin), wildcards that undo curated per-verb rules, and denies shadowed by allows. Use when you ask "what am I allowed to do", "what's my floor", "show the effective permissions", "render my rulebook", "why did that prompt", "audit my settings", "what's changed in my permissions", or invoke /floor. Read-only — it never edits settings.

2026-07-20
health
software-developers

Sign-on tool-health board — reads the workbench friction log and rolls it up per tool into a "how's each tool doing" view (recent friction, worst severity, one-line pain), using a LOCAL model (free, offline). Use when the operator asks "how are my tools doing", "tool health", "what's the friction", "how's everything doing", "anything need attention", "are my tools ok", or invokes /health, especially at sign-on. Distinct from /wip (in-flight work right now) and /status (session recap) — this is standing tool *health* from accumulated friction.

2026-07-09
offload
software-developers

Offload a cheap, verifiable sub-task to the LOCAL model (Ollama, $0, offline) via the `local` CLI — narrow a big file list, extract structure from noisy tool output, classify log lines or command success/failure. Use PROACTIVELY mid-task when a sub-step is mechanical narrowing/extraction/shallow-classification AND you can verify the result at a glance; also when the operator says "offload that", "run that locally", "use the local model", or invokes /offload. NEVER for deep judgment (code review, risk calls, dense-diff reasoning) — that stays with you.

2026-07-09
voice-learn
technical-writers

Build and mine a corpus of AI-draft → operator-final pairs so the agent's writing converges on the operator's real voice. Two verbs — capture (freeze the AI version of a draft BEFORE the operator edits it) and learn (diff the operator's final against the frozen AI version, classify every edit as voice vs content, and fold recurring voice edits into voice-profile.md and tellscan.mjs as dated, evidence-backed rules). Use when the operator says "voice learn", "capture this draft", "here's my final version, learn from it", "diff my edits", "store this pair", "learn my voice", or invokes /voice-learn. Corpus lives under a writing dir you configure (e.g. ~/writing/corpus/); the voice profile stays the single contract.

2026-07-09
transfer-context
software-developers

Fork a thread that came up mid-task into its own briefed Claude Code session — without derailing the agent that's currently working. The source agent pauses just long enough to emit a thread-scoped context packet, spins a chip seeded with it, and resumes its main task untouched. The chip becomes a fresh session you can question about that one thread. Use when the user says "transfer context", "pull on that thread", "fork this thread off", "spin that tangent into its own session", "hand this thread to another agent", "don't derail — chip that thread with context", or invokes `/transfer-context`. Distinct from /chip (fires off a TASK, and explicitly avoids conversation-dependent context) and /continue (hands off the WHOLE session). This is thread-scoped, conversation-dependent, and non-disruptive to the source.

2026-07-09
skills
software-developers

Skill librarian - catalog every skill available in this session and recommend the best fit for a task. Discovers all skills on disk (personal ~/.claude/skills, project .claude/skills, and skills stranded in .claude/worktrees) by reading their frontmatter, so the catalog is always current. Run alone (/skills) for a grouped tabular overview of everything you have; run with a prompt (/skills open a pull request for my changes) to rank the catalog against that task and recommend the top matches with the exact command to type. Use when the operator asks "what skills do I have", "which skills are available", "what can I run", "is there a skill for X", "which skill should I use for Y", "recommend a skill", "I forget what skills I built", "what's available to me", or invokes /skills.

2026-07-09
review-coordinator
software-quality-assurance-analysts-and-testers

Consolidate the AI PR reviewers (Codex, Claude, Cursor Bugbot, GitHub Copilot) on a pull request into ONE verdict — a deduped, severity-ranked finding list plus a block/go merge gate — and post it as a single sticky comment layered on top of (never replacing) the bots' own comments. The "judge" over the finders: it consolidates, it never produces findings of its own. Use when you (or work-driver) want one pane + one merge decision instead of reading four separate bot comment streams. Triggers: "consolidate the reviews on PR <n>", "what's the verdict on PR <n>", "judge the bot findings", "/review-coordinator <n>". NOT a reviewer itself — pair it AFTER the bots have reviewed.

2026-07-06
review-digest
software-quality-assurance-analysts-and-testers

Turn a PR's AI-reviewer comment pile (codex / cursor / claude / copilot) into a clean, line-grouped digest using a LOCAL model — each bot's own headline + stated severity + verdict, extracted (not re-judged), grouped by file:line. Free, offline, no cloud tokens. Use when someone says "triage the comments on PR N", "what did the bots flag on PR N", "digest the review comments", "summarize the PR feedback", or invokes /review-digest N. A pre-pass that feeds a review coordinator — advisory only, it never gates a merge.

2026-07-06
Showing top 8 of 37 collected skills in this repository.
ship-feature
software-developers

Take a design doc through to a PR with reviews requested. Implements in a worktree, opens the PR, iterates locally on CI until green, then schedules a remote agent to push-notify when reviews land.

2026-04-25
orchestra-monitor
software-developers

Monitor an orchestra run — team status, unread messages, costs, failures, and live activity. Designed to run with /loop for continuous monitoring as a human coordinator.

2026-04-19
orchestra-monitor
software-developers

Monitor an orchestra run — team status, unread messages, costs, failures, and live activity. Designed to run with /loop for continuous monitoring as a human coordinator.

2026-04-19
orchestra-coord
project-management-specialists

Designate this session as the human coordinator for an orchestra run. Reads the project config, shows current status, starts a monitor loop, and primes the session to handle messages and interventions.

2026-04-19
orchestra-inbox
secretaries-and-administrative-assistants-except-legal-medical-and-executive

Check orchestra message inboxes for messages from teams, coordinator, or human. Use when the user wants to see what messages have been sent during an orchestra run.

2026-04-19
orchestra-init
project-management-specialists

Interactively create an orchestra.yaml config for multi-team project orchestration.

2026-04-19
orchestra-msg
general-and-operations-managers-111021computer-and-information-systems-managers-113021

Send a message to a team or the coordinator via the orchestra message bus. Use when the user wants to communicate with teams during an orchestra run — corrections, answers, decisions, or broadcasts.

2026-04-19
orchestra-coord
software-developers

Designate this session as the human coordinator for an orchestra run. Reads the project config, shows current status, starts a monitor loop, and primes the session to handle messages and interventions.

2026-03-09
Showing top 8 of 11 collected skills in this repository.
new-team-phase
project-management-specialists

Interactively scaffold a new team-kickoff phase config YAML. Use when the user wants to plan a new phase but doesn't have a config file yet.

2026-03-22
team-code-execute
software-developers

Execute approved plan docs by spawning teammates to write actual code. Takes the same phase config YAML used by /team-kickoff. Each teammate reads their approved plan doc and writes the code files described in it, then self-verifies with build and test commands.

2026-03-22
team-code-project
computer-and-information-systems-managers-113021

Scaffold a complete code project — generates PROJECT.md and phase kickoff YAMLs from a few questions. Analyzes project complexity to decide phases, teammate roles, and focus areas automatically. Run this to go from idea to ready-to-kickoff in seconds.

2026-03-22
team-execute
project-management-specialists

Execute approved plan docs by re-spawning teammates to write full deliverables. Takes the same phase config YAML used by /team-kickoff. Each teammate reads their approved plan doc and produces the final detailed content.

2026-03-22
team-kickoff
project-management-specialists

Spawn a multi-agent planning team from a phase config YAML. Use when the user wants to kick off a new planning phase with multiple specialized teammates, each writing a dedicated plan doc. Each teammate stays in PLAN MODE and follows the master plan template verbatim.

2026-03-22
where-are-we
project-management-specialists

Show project progress — what's done, what's next, and what to kick off. Reads PROJECT.state.yaml to give a status report across all work streams.

2026-03-22
init-team-project
project-management-specialists

Interactively define a new project from scratch — captures the core idea, architecture, tech stack, non-goals, constraints, and team composition into a PROJECT.md source-of-truth doc. Run this before /new-team-phase or /team-kickoff.

2026-03-22
hackathon-init
computer-and-information-systems-managers-113021

Scaffold a complete agent hackathon — generates PROJECT.md, phase kickoff YAMLs, and output directories from a few questions. Run this to spin up a new hackathon in seconds.

2026-03-09
Showing top 8 of 9 collected skills in this repository.
Showing 5 of 5 repositories
All repositories loaded