setup-project-skills

Standardize repository configuration for AI agent issue tracking and documentation.

Updated May 3, 2026
One-click install
npx skills add https://github.com/druejaramillo/skills --skill setup-project-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-project-skills
Source: https://github.com/druejaramillo/skills/tree/main/project/setup-project-skills
Command: npx skills add https://github.com/druejaramillo/skills --skill setup-project-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill resolves configuration drift and ambiguity in repository management by standardizing how AI agents interact with issue trackers, triage states, and domain documentation.

Core Features & Use Cases

  • Repository Scaffolding: Automatically generates or updates the Agent skills block in CLAUDE.md or AGENTS.md.
  • Tracker Integration: Configures standardized workflows for GitHub, local markdown, or flat-file issue tracking.
  • Use Case: Use this when onboarding a new repository to ensure that all AI assistants share a common understanding of where to read ADRs, how to track issues, and what triage labels to use.

Quick Start

Run the setup-project-skills skill to configure the issue tracker and domain documentation for this repository.

Frequently Asked Questions about setup-project-skills

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

FAQPage Schema
How do I standardize AI agent workflows and documentation across a monorepo?

You can standardize AI agent workflows by defining issue tracking, triage vocabulary, and domain documentation layouts in configuration files like CLAUDE.md or AGENTS.md. This ensures consistent agent behavior and eliminates configuration drift across monorepos or standalone projects.

What is the best way to configure AI repository assistants for issue triage?

Configuring AI repository assistants for issue triage involves setting up standardized workflows for GitHub, local markdown, or flat-file tracking. This establishes a common understanding of triage labels so all AI assistants interact with issues uniformly.

How do I onboard a new repository to ensure consistent AI assistant behavior?

Onboarding a new repository for consistent AI assistant behavior requires scaffolding repository configuration files. This process generates or updates the Agent skills block in CLAUDE.md or AGENTS.md to define where to read ADRs and track issues.

Does this repository scaffolding approach work with flat-file issue tracking?

Yes, repository scaffolding works with flat-file issue tracking. It configures standardized workflows for GitHub, local markdown, or flat-file formats, ensuring AI agents understand the issue tracking system and triage states regardless of the platform.

Why does AI agent configuration drift happen in standalone projects?

Configuration drift happens when repository management lacks standardized definitions for issue trackers, triage states, and domain documentation. Without standardized configuration files, AI assistants interpret repository workflows ambiguously, leading to inconsistent behavior.

What do I need to set up domain documentation layouts for AI agents?

You need access to repository root files and the ability to propose and write configuration documentation. This allows you to define domain documentation layouts and architecture decision records locations for AI agent interaction.