Skip to main content
GitHub リポジトリ

claudenv

claudenv には AGoldian から収集した 5 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
5
Stars
10
更新
2026-06-08
Forks
0
職業カバレッジ
1 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

dynamic-workflows
ソフトウェア開発者

Trigger when a task naturally decomposes into many independent sub-tasks that benefit from deterministic multi-agent orchestration: reviewing or migrating across many files, research over many sources, multi-dimension audits, generate-N-then-judge, or "find all X" with verification. Use the Workflow tool (agent()/parallel()/pipeline()). Also triggers on the word "workflow"/"workflows" or an explicit ask to fan out / orchestrate subagents. Do NOT trigger for single-file edits, strictly sequential work, or anything one or two Agent calls already cover.

2026-06-08
harness
ソフトウェア開発者

Trigger when the current task would be done far better with a capability you don't yet have — a missing skill, connector, MCP server, browser automation, or memory you should be using. Also triggers on "/harness", "подбери инструменты", "what can you use here", "set yourself up for X", or when you notice you're about to do by hand something a dedicated skill exists for. The skill makes Claude self-aware of the claudenv harness and lets it EXTEND itself: introspect (`claudenv capabilities`), find the right tool (`claudenv skills search`), equip it (`claudenv skills add`), wire connectors / MCP / memory, and bootstrap the kimi-webbridge browser. Do NOT trigger for trivial edits that the current toolset already covers.

2026-06-08
source-connector
ソフトウェア開発者

Trigger when the user wants to connect to a data source that has no ready MCP server - internal SQL/DWH behind VPN, corporate wiki (Confluence), Redash, YouTrack, a custom REST API - or says "добавь источник", "подключись к <система>", "/add-source". The skill interviews the user, generates a working connector script, stores credentials in .env.local (gitignored, never in memory), and caches connector knowledge (params + provenance) in the ACTIVE workspace memory, isolated from other workspaces. Do NOT trigger for sources that already have an MCP server (prefer MCP), or for trivial local file reads.

2026-06-05
vibe-decisions
ソフトウェア開発者

Trigger before writing code that involves a non-trivial technical choice (library, algorithm, data structure, architecture pattern, sync vs async, correctness vs performance). Output a brief overview with concrete trade-offs and 1-2 alternatives, then log the decision. Two modes: auto-log (no pauses) inside `claudenv loop`, pause-and-ask in interactive Claude Code. Also triggers on: "почему X?", "X vs Y?", "/why", "/deeper", "/decisions", "alternatives?", "trade-offs?". Do NOT trigger for trivial syntax, naming, or formatting choices.

2026-05-27
doc-generator
ソフトウェア開発者

Generates and updates project documentation including CLAUDE.md, rules, and hooks. Use when the user asks about documentation, project setup, CLAUDE.md, or when detecting that documentation is missing or outdated.

2026-02-17