SUMMARY AI summary by gpt-5-mini
このリポジトリは、ローカルのエージェント実行環境にシンボリックリンクで組み込むための、個人用AIエージェントと「スキル」集です。目的は、大規模なフレームワークに依存せずに、再利用可能でバージョン管理された小さなエージェント振る舞い(プロンプトやワークフロー)を読みやすいMarkdownや簡単なスクリプトで保管・共有することです。主な利用者は、ローカルでエージェントを運用・開発するエンジニアやプロダクト関係者です。 主な機能: - skills/(再利用可能なスキルパック)とagents/(単体のペルソナ)で構成 - リポジトリからローカル実行環境へシンボリックリンクを作るスクリプト(./scripts/link-skills.sh、list-skills.sh、unlink-skills.sh) - 既存のエージェント例(critic、podcast-host、product-owner、reliability-engineerなど)とスキル例(blog-writer、idea-interview) - 新しいスキルは skills/<name>/SKILL.md、エージェントは agents/<name>.md で追加 設計原則は「小さなプロンプト」「プレーンなMarkdown」「シンボリックリンク」「バージョン管理された振る舞い」。ライセンスはApache-2.0。
Language breakdown (by bytes)
Owner
Dates
| Created on GitHub | 2026-05-09 |
| Last push | 2026-05-09 |
| First seen here | 2026-05-09 |
| Last fetched | 2026-05-09 15:42 |
Similar repos (same language)
Multi-LLM cross-review workflow for Claude Code. /work orchestrates plan/implement/bug-fix with 3 different model families voting on every gate.
Cyrene963/hermes-patchesHermes Agent 社区补丁合集 - Community patches for Hermes Agent
tenondecrpc/cc-statuslineClaude Statusline: a lightweight Bash + jq statusline for Claude Code with model, context, rate limit, git/worktree, cost, duration, and install/uninstall support. No heavy runtime required.
JinPLu/agent-roundtableAgent Roundtable — a local, file-based substrate for multi-agent work. Humans, Cursor chat, Codex (codex exec) and Claude Code (claude -p) take turns on one shared THREAD.md under your repo so you can plan, execute, review, and discuss without losing context or locking in to a single CLI.
jasper0507/idea-harnessPut a harness on AI before it guesses. Clarifies vague app ideas into precise requirements via Socratic questioning. Works with Claude Code / Cursor / Codex / Hermes / OpenClaw.
ryga-test/playwright-ai-workflow-playgroundAI-driven E2E testing with Playwright. An 8-step slash-command pipeline that discovers UI snapshots, generates POM, drafts GWT test specs, runs Playwright tests, and self-heals knowledge — all with human approval gates for quality control.
walidboulanouar/ay-frameworkAgent swarm framework for Claude Code. Plan, build, review, test, ship -- with human-in-the-loop gates.
itchernetski/claude-code-token-watchClaude Code hooks that warn when a session starts burning tokens on repeated Reads, recursive greps, or WebFetch streaks