One-click install
npx skills add https://github.com/jinglemansweep/agent-resources --skill agentmap-init
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agentmap-init
Source: https://github.com/jinglemansweep/agent-resources/tree/main/plugins/agentmap/skills/agentmap-init
Command: npx skills add https://github.com/jinglemansweep/agent-resources --skill agentmap-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill bootstraps agentmap support for a project by ensuring a .agentmap.yaml exists and guiding initial setup when missing.

Core Features & Use Cases

  • Detects whether a .agentmap.yaml is present in the working directory or repository root.
  • Guides initial setup by offering to generate an agentmap via the agentmap-generate skill.
  • Optionally inserts an auto-load instruction into CLAUDE.md or AGENTS.md to prime context.

Quick Start

Check for the .agentmap.yaml in the project, offer to generate it if missing, and insert an auto-load instruction into CLAUDE.md or AGENTS.md to prime context.

Frequently Asked Questions about agentmap-init

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

FAQPage Schema
How do I bootstrap agentmap support in my project?▼

To bootstrap agentmap support, this Skill checks for a .agentmap.yaml file in your project root and guides initial setup to ensure proper project mapping integration is active.

What is a .agentmap.yaml file used for?▼

A .agentmap.yaml file standardizes project mapping configurations, enabling automatic guidance and instruction insertion within your codebase to maintain consistent agentmap integration across development.

How do I add an auto-load instruction to CLAUDE.md or AGENTS.md?▼

You can insert an auto-load instruction into CLAUDE.md or AGENTS.md during the agentmap initialization process to prime context and enable automatic guidance for generation tasks.

Do I need a .agentmap.yaml file before initializing project mapping?▼

No, if the .agentmap.yaml file is missing, the Skill offers to generate one for your project by guiding the setup via the agentmap-generate functionality to ensure bootstrap completion.

Can I use agentmap initialization for an existing codebase?▼

Yes, agentmap initialization applies to codebase bootstrap scenarios where integration is required, detecting existing configuration files and modifying instruction files to standardize project mapping.