com um clique
meta
Meta - Agent System infrastructure for the ikigai project
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Meta - Agent System infrastructure for the ikigai project
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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
| 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: