onboard

Automate CodeScope setup by detecting project configuration and guiding agent model selection.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/jwadhwa2259/codescope --skill onboard-jwadhwa2259
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboard
Source: https://github.com/jwadhwa2259/codescope/tree/main/skills/onboard
Command: npx skills add https://github.com/jwadhwa2259/codescope --skill onboard-jwadhwa2259

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code onboarding often stalls projects due to manual configuration, missing language/build data, and inconsistent agent setups. This Skill guides teams through automatic detection of project type, languages, and build commands, then leads them through agent model selection and workflow preferences before bootstrap.

Core Features & Use Cases

  • Automatic project detection: detect languages, build/test commands, and project type to bootstrap CodeScope with minimal user input.
  • Agent model setup: guides selecting and applying models for researchers, detectors, risk analysis, learning, evaluation, and debugging.
  • Workflow and bootstrap configuration: captures preferences for verbosity, clarification style, evaluation modes, and conventions, then writes a ready-to-run config.

Quick Start

Launch the onboarding wizard to generate and apply your CodeScope configuration and then run /codescope:bootstrap to analyze your codebase.

Frequently Asked Questions about onboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate CodeScope onboarding for a new repository?

CodeScope onboarding automation detects project configuration from files like package.json and pyproject, identifies languages and build commands, and guides agent model selection to generate a ready-to-run config.yml.

What is agent model selection and how does it apply to project configuration?

Agent model selection assigns specialized models for tasks like research, risk analysis, and debugging during project configuration. It tailors CodeScope workflow execution, evaluation, and learning to your codebase.

Can I use this setup wizard with existing Python or TypeScript projects?

Yes, the setup wizard works with existing projects. It analyzes common project files like tsconfig.json and pyproject to detect languages, build commands, and project type automatically for bootstrap preparation.

What configuration files do I need before bootstrapping CodeScope?

You need standard project files like package.json, tsconfig.json, or pyproject. The wizard analyzes these to detect languages and build commands before creating your .claude/codescope/config.yml.

How do I configure workflow preferences like verbosity and evaluation modes?

Configure workflow preferences during the onboarding wizard by selecting verbosity levels, clarification styles, and evaluation modes. The setup captures these conventions and writes them directly into your config.yml.