一键导入
meta
Meta - Agent System infrastructure for the ikigai project
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Meta - Agent System infrastructure for the ikigai project
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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: