General
orient_bootstrap - Claude MCP Skill
Orient: Bootstrap
SEO Guide: Enhance your AI agent with the orient_bootstrap tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to orient: bootstrap... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# Orient: Bootstrap ## R1: Identify Project Type and Tech Stack Analyze the repository to determine: - What programming language(s) are used? - What framework(s) or libraries are present? - What build system is used? (package.json, Cargo.toml, go.mod, pom.xml, etc.) - What is the project structure? (monorepo, single app, library, etc.) - What deployment target? (web, CLI, library, service, etc.) ## R2: Determine What Constitutes "Specification" vs "Implementation" Based on repository structure, identify: - Where are specifications located? (specs/, docs/, README sections, inline docs) - What format are specs? (markdown, docstrings, API docs, etc.) - What pattern do specs follow? (JTBD-based, feature-based, API-based) - Where is implementation located? (src/, lib/, app/, etc.) - What file patterns constitute implementation? (*.js, *.py, *.go, *.rs, etc.) - What should be excluded? (tests, build artifacts, vendor, node_modules) ## R3: Identify Build/Test/Run Commands Empirically Discover operational commands by examining: - Package manager files (package.json scripts, Makefile targets, etc.) - CI/CD configuration (.github/workflows, .gitlab-ci.yml, etc.) - Documentation (README, CONTRIBUTING, etc.) - Common conventions for the tech stack Verify commands work: - Try running test commands - Try running build commands - Try running lint commands - Document what works, what fails, what's missing ## R4: Synthesize Operational Understanding Combine findings into coherent operational guide: - How should agents query work tracking? - How should agents run tests? - How should agents build the project? - How should agents lint code? - What quality criteria apply to this project? - What conventions and patterns should be followed? - What learnings should be captured?
Signals
Information
- Repository
- jomadu/ai-resource-manager
- Author
- jomadu
- Last Sync
- 3/12/2026
- Repo Updated
- 2/6/2026
- Created
- 2/6/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
upgrade-nodejs
Upgrading Bun's Self-Reported Node.js Version
cursorrules
CrewAI Development Rules
cn-check
Install and run the Continue CLI (`cn`) to execute AI agent checks on local code changes. Use when asked to "run checks", "lint with AI", "review my changes with cn", or set up Continue CI locally.
CLAUDE
CLAUDE.md
Related Guides
Bear Notes Claude Skill: Your AI-Powered Note-Taking Assistant
Learn how to use the bear-notes Claude skill. Complete guide with installation instructions and examples.
Mastering tmux with Claude: A Complete Guide to the tmux Claude Skill
Learn how to use the tmux Claude skill. Complete guide with installation instructions and examples.
OpenAI Whisper API Claude Skill: Complete Guide to AI-Powered Audio Transcription
Learn how to use the openai-whisper-api Claude skill. Complete guide with installation instructions and examples.