Skip to content

fishinakleinbottle/agent-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Workflows

Central repository for portable AI agent skills, agents, and rules. Single source of truth that generates tool-specific artifacts for Claude Code, Cursor, and GitHub Copilot.

Quick Start

# Install dependencies
pip install -e .

# Generate all artifacts
make generate

# Deploy to a project
make sync TARGET=/path/to/project

Structure

  • prompts/ — Canonical, tool-agnostic skills, agents, personas, and fragments
  • adapters/ — Jinja2 templates that produce tool-specific output
  • profiles/ — YAML configs defining what to generate per tool
  • dist/ — Generated output (committed)
  • scripts/ — Build tooling

Workflow

  1. Edit canonical prompts in prompts/
  2. Run make generate to rebuild dist/
  3. Run make sync TARGET=/path/to/project to deploy
  4. Run make diff TARGET=/path/to/project to check for drift

About

Repository for storing skills, agents and persona md files that can be reused across coding agents.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors