with one click
meta
Meta - Agent System infrastructure for the ikigai project
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Meta - Agent System infrastructure for the ikigai project
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | meta |
| description | Meta - Agent System infrastructure for the ikigai project |
Expert on the .claude/ directory structure and agent infrastructure. Use this skillset when improving or extending the agent system, skills, skillsets, or commands.
.claude/
├── commands/ # Slash command definitions
├── library/ # Knowledge modules (skill directories with SKILL.md)
├── skillsets/ # Composite skill sets (JSON)
└── data/ # Runtime data (gitignored)
.claude/library/)Each skill is a directory containing SKILL.md. Loaded via /load or as part of skillsets.
Conventions:
Skill structure:
---
name: skill-name
description: Brief description
---
# Skill Name
Content here...
.claude/commands/)Markdown files defining slash commands. The content after --- is the prompt.
Command structure:
---
description: What the command does
---
Prompt template here. Use {{args}} for arguments.
.claude/skillsets/)JSON files listing skills to load together.
Skillset structure:
{
"preload": ["skill-a", "skill-b"],
"advertise": ["optional-skill-c"]
}
preload: Skills loaded automatically when skillset activatesadvertise: Skills mentioned but not loaded (load on demand)Current skillsets:
developer - Implementation (TDD, quality)architect - Architectural decisions (DDD, DI, patterns)security - Security reviewmeta - Agent system managementSkills:
Skillsets:
Commands:
The agent system is designed for token efficiency:
Automated quality check loops with escalation and fix sub-agents
JSON-based end-to-end test format, runner, and mock provider
Jujutsu (jj) skill for the ikigai project
How to write effective Ralph goals for Ikigai-driven workflows
Create and manage Ralph goals from Ikigai using the real ralph-pipeline scripts
Create repositories using the real ralph-pipeline repo-create script