project-onboarding

Automates project onboarding by configuring RAG collections, routing rules, and baseline knowledge.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/neverprepared/ink-bunny --skill project-onboarding-neverprepared
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-onboarding
Source: https://github.com/neverprepared/ink-bunny/tree/main/reflex/plugins/reflex/skills/project-onboarding
Command: npx skills add https://github.com/neverprepared/ink-bunny --skill project-onboarding-neverprepared

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Onboard new projects into the agentic workspace with a standardized configuration and documented baseline knowledge, ensuring consistent setup across teams.

Core Features & Use Cases

  • Create project-specific RAG collections for docs, code, decisions, and research to structure knowledge.
  • Register semantic routing rules and update on-demand routing for project contexts to optimize query routing.
  • Ingest existing project documentation and generate a baseline knowledge repository to speed onboarding and reduce knowledge gaps.

Quick Start

Run the onboarding scripts to create collections, ingest documentation, configure routing, symlink code, and validate the setup in your workspace.

Frequently Asked Questions about project-onboarding

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

FAQPage Schema
How do I onboard a new project into a workspace with reproducible configuration?

Project onboarding automates this by running deterministic scripts that collect project metadata, establish RAG collections, register routing rules, and validate the setup with a verification checklist to ensure essential components exist.

What is the best way to ingest existing project documentation into a knowledge base?

Ingesting project documentation into a baseline knowledge repository is automated during onboarding, creating structured RAG collections for docs, code, and research to reduce knowledge gaps and speed up team setup.

How do I configure semantic routing rules for a new project context?

Semantic routing rules are configured by registering project-specific routes and updating on-demand routing during the onboarding process to optimize query handling across the new workspace.

Can I use project onboarding across different codebases and project types?

Yes, project onboarding applies across project types and codebases by collecting metadata, ingesting documentation, and creating configuration artifacts to establish a standardized setup for any environment.

What does the project onboarding validation checklist verify?

The validation checklist ensures essential components exist by verifying that RAG collections, routing rules, documentation ingestion, and configuration artifacts are successfully established in the workspace.

Do I need external dependencies to establish RAG collections for project onboarding?

No external dependencies are required to establish RAG collections, as onboarding uses deterministic scripts to create collections, ingest docs, configure routing, and symlink code independently.