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

thought-cabinet

thought-cabinet contains 12 collected skills from sanbaiw, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
12
Stars
3
updated
2026-03-17
Forks
1
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

creating-plan
software-developers

Create detailed implementation plans through interactive research and iteration. Use when planning new features, designing changes, writing technical specs.

2026-03-17
implementing-plan
software-developers

Implement technical plans from thoughts/shared/plans with verification. Use when executing approved implementation plans, resuming partially completed plans, or when the user mentions execute plan or resume plan.

2026-03-17
test-skill-e2e
software-quality-assurance-analysts-and-testers

End-to-end smoke test a ThoughtCabinet skill by deploying it to a target agent, running the agent non-interactively against a test project, capturing output, and evaluating results. Use when you want to verify a skill works correctly before shipping.

2026-03-16
onboard
software-developers

Onboard an AI agent to a new project by initializing ThoughtCabinet thoughts repo and bootstrapping agent memory. Use when starting work on a new repository, setting up a fresh project for AI-assisted development, or when the user asks to onboard, bootstrap, or initialize a project.

2026-03-16
test-driven-development
software-quality-assurance-analysts-and-testers

Write tests before implementation code using red-green-refactor. Use when implementing features, fixing bugs, or when the user mentions TDD, test-first, or test-driven.

2026-03-15
writing-skill
software-developers

Create, revise, or distill workflows into skills following best practices. Use when user asks to create a new skill, iterate on an existing skill, distill a session workflow into a reusable skill, or improve skill quality.

2026-03-15
navigate-thoughts
software-developers

Resolves thoughts/ paths and navigates thought documents. Use when user references a thoughts/ path, asks to find/read/list thoughts documents, or encounters symlinks in the thoughts directory.

2026-03-15
init-agent-memory
software-developers

Initializes agent memory for a new project by creating a concise AGENTS.md and supporting docs with progressive disclosure. Use when onboarding an agent to a repository, bootstrapping first-run project context, or replacing an overly long memory file with a scoped index to docs references.

2026-03-12
research-codebase
software-developers

Research and understand how the codebase works, then document findings in thoughts directory. Use when investigating specific code flows or workflows, exploring how features are implemented, understanding component interactions, tracing initialization or lifecycle processes, or answering "how does X work" questions about the codebase.

2026-03-05
validating-plan
project-management-specialists

Validate implementation against plan, verify success criteria, identify issues. Use after implementing-plan to confirm execution, check success criteria, and generate validation reports.

2026-02-20
commit
software-developers

Creates git commits for session changes with clear, descriptive messages. Use when the user asks to commit changes, or when wrapping up a coding session and changes need to be committed.

2026-02-17
iterating-plan
project-management-specialists

Iterate on existing implementation plans with thorough research and updates. Use when updating existing plans based on feedback, refining plan phases or success criteria, or adjusting plan scope.

2026-02-14