Skip to main content
GitHub 저장소

claudenv

claudenv에는 AGoldian에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 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