integration

Audit codemap installation health and wire injections into SKILL.md files.

24|3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/Borda/AI-Rig --skill integration-borda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration
Source: https://github.com/Borda/AI-Rig/tree/main/plugins/codemap/skills/integration
Command: npx skills add https://github.com/Borda/AI-Rig --skill integration-borda

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codemap integration orchestrates health checks and bootstrapping for a repository by auditing scan-query reachability, index freshness, and code-injection wiring to skills and agents.

Core Features & Use Cases

  • Onboard codemap by discovering installed skills and agents.
  • Recommend and wire in injection sites across SKILL.md files.
  • Provide interactive or auto-approved onboarding flows for teams.

Quick Start

Run the init workflow to onboard codemap and wire injections, then run check to verify health.

Frequently Asked Questions about integration

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

FAQPage Schema
How do I automate codemap onboarding and wire skill injections into my Python project?

You can automate codemap onboarding by running the init workflow to discover installed skills and agents, then wire injection blocks directly into your SKILL.md files. This process uses interactive prompts or the --approve flag for automatic configuration.

What does a codemap integration health check validate in a development workflow?

A codemap integration health check validates scan-query reachability, index freshness, and the presence of injection blocks within your repository. It audits your installation to ensure skills and agents are properly wired and accessible.

Can I auto-approve codemap injection wiring across multiple SKILL.md files?

Yes, you can auto-approve codemap injection wiring by passing the --approve flag during the onboarding flow. This skips interactive prompts and automatically applies recommended injection sites to your SKILL.md files.

What is the best way to discover installed skills and agents for codemap integration?

The best way to discover installed skills and agents is to run the codemap integration init workflow. It audits your repository, identifies existing tooling, and recommends specific injection sites to connect your project.

Does codemap integration work with Python projects to modify SKILL.md files?

Yes, codemap integration is designed for Python projects and development workflows. It relies on codemap tooling to modify SKILL.md files by discovering agents and wiring in the necessary code injection blocks.

Why is my codemap scan-query not reaching the expected index?

If your codemap scan-query is not reaching the index, the integration health check will flag a reachability failure. This indicates your installation is broken or the injection blocks are missing from your repository.