Coding

152 Coding prompts, curated and searchable. Browse all categories →

152 prompts in Coding
+ Submit a prompt

Instructions for installing and activating markdown-based agents with GitHub Copilot using YAML frontmatter format.

The Agency works with GitHub Copilot out of the box. No conversion needed —
agents use the existing `.md` + YAML frontmatter format.

## Install

```bash
# Copy all agents to your GitHub Copilot agents directory
./scripts/install.sh --tool copilot

# Or manually copy a category
cp engineering/*.md ~/.github/agents/
```

## Activate an Agent

In any GitHub Copilot session, reference an agent by nam

Instructions for installing and activating AI agents natively in Claude Code using markdown and YAML frontmatter format.

The Agency was built for Claude Code. No conversion needed — agents work
natively with the existing `.md` + YAML frontmatter format.

## Install

```bash
# Copy all agents to your Claude Code agents directory
./scripts/install.sh --tool claude-code

# Or manually copy a category
cp engineering/*.md ~/.claude/agents/
```

## Activate an Agent

In any Claude Code session, reference an agent by name:
‹ Prev 4 5 6 Next ›