https://agent-resources-one.vercel.app/
KAFKA2306 の公開GitHub作業を横断して、何が動いているか、何が失敗したか、何に対応が必要か、その証拠はどこかを確認する人間向けoverviewです。同時に、agr / agrx で必要なagent skillだけを導入・実行できます。
このrepositoryやDashboard自体を状態の正本にはしません。各repository、GitHub、deployment、productionの直接証拠を優先します。
DashboardはKAFKA2306所有のpublic / non-archived repositoryを対象に、Issue、PR、GitHub Actions、直近activityを横断表示します。
- Live APIの取得状態を明示する
- private repository、secret、private work itemを公開面へ出さない
- 取得不能な状態を推測で補完しない
詳細な状態はDashboardから各GitHub evidenceへ辿れます。
このrepositoryのCLIを直接導入します。
uv tool install git+https://github.com/KAFKA2306/agent-resources.gitskillを追加:
agr add anthropics/skills/frontend-design一時実行:
agrx anthropics/skills/pdfteam dependencyを同期:
agr syncCLIの詳細は CLI / Skills docs を参照してください。
Dashboardやpublic Web、documentationを改善するときの監査・検証手順をSkillとして再利用できます。CSS component libraryや独自themeは配布せず、対象productの既存frontend authorityを優先します。
uv run pytest
uv run ruff check .
uv run ty check
npm run test:dashboard主要配置:
dashboard/ public state collectors / build / tests
docs/ public Dashboard / CLI docs sources
skills/ reusable agent skills
plugins/ packaged integrations
src/ agr / agrx implementation
repository運用契約、merge/release evidence、documentation policy、security boundaryは AGENTS.md を正準とします。