Tips

#Claude Code

Claude Code 태그가 붙은 응용프로그램 팁입니다.

12 tips tagged #Claude Code, 1-4 showing
1 / 3
Open source
MIT

Ponytail은 AI 코딩 에이전트에게 ‘적게 짓는 습관’을 심는 agent skil...

DietrichGebert/ponytail은 Claude Code, Codex, OpenCode, Gemini, Copilot CLI 같은 AI 코딩 harness에 YAGNI·stdlib-first·native-first...

  • Claude Code, Codex, OpenCode, pi, Gemini CLI, Copilot CLI, Cursor, Windsurf, Cline, Kiro 등 여...
  • 핵심 규칙은 YAGNI → 기존 코드 재사용 → 표준 라이브러리 → native platform feature → 이미 설치된 dependency → one line...
  • README 기준 Claude/Codex/Copilot plugin 설치, Gemini extension, OpenClaw `clawhub`, OpenCode che...
  • v4.8.0 release는 MCP server와 `/ponytail-gain` scoreboard를 추가했지만, main의 일부 plugin manifest는 아직...
  • lifecycle hook은 Node 스크립트를 실행하고 agent 설정·flag 파일을 읽고 쓰므로, 팀/회사 환경에서는 설치 전 diff·hook·권한 범위를 먼...
DietrichGebert/ponytailSource
Open source
MIT

ECC는 Claude Code 중심의 agent harness를 스킬·훅·보안 규칙으로...

affaan-m/ECC는 Claude Code, Codex, OpenCode, Cursor 같은 AI 코딩 harness에 공통으로 재사용할 스킬, 에이전트, 훅, 규칙, MCP 설정, AgentShield 보안 점검을 묶...

  • Claude Code plugin, npm `ecc-universal`, Codex/OpenCode/Cursor용 파일, `skills/*/SKILL.md`, rul...
  • 조사 시점 기준 GitHub Releases 최상단은 prerelease `v2.0.0-rc.1`, 최신 stable release는 `v1.10.0`, main의...
  • README 기준 빠른 경로는 Claude Code plugin `ecc@ecc`이고, 수동 설치는 `./install.sh --profile minimal --ta...
  • AgentShield는 `npx ecc-agentshield scan`으로 `.claude` 설정의 secrets, permission, hooks, MCP, age...
  • 스킬·훅·MCP 설정은 에이전트의 실행 표면을 바꾸므로 plugin install과 manual full install을 겹치지 말고, 복사되는 파일과 권한을 dif...
affaan-m/ECCSource
Open source alpha
Apache-2.0

Flock은 여러 머신의 로컬 LLM을 한 엔드포인트로 묶는 self-hosted in...

hadihonarvar/flock은 macOS·Linux 머신의 Ollama, vLLM, MLX-LM, llama.cpp-RPC 백엔드를 OpenAI·Anthropic 호환 API, 키·쿼터·감사 로그, 대시보드로 묶는 G...

  • 단일 Go 바이너리로 leader/worker/CLI를 겸하며, GitHub Release v0.1.0은 darwin·linux의 amd64/arm64 tarball...
  • `/v1/chat/completions`, `/v1/models`, `/v1/messages`, `/v1/messages/count_tokens`를 인증·쿼터 mid...
  • Ollama를 기본 엔진으로 쓰되 vLLM, MLX-LM, llama.cpp/RPC 엔진과 model catalog, `flock shard create <model...
  • `flock connect`는 Claude Code, Cursor, Aider, Continue, Zed, Cline, Qwen Code, OpenAI/Anthrop...
  • 기본 listen 값은 `:8080`이고 API key는 켜져 있지만, LAN/외부 노출·worker join token·cloud fallback key·Prome...
hadihonarvar/flockSource
Source available
CC BY-NC 4.0

Academic Research Skills는 연구–논문–리뷰 파이프라인을 Claude...

Imbad0202/academic-research-skills는 Claude Code용 학술 연구 스킬 4종, 10단계 파이프라인, citation/integrity gate, peer-review workflow를 묶은...

  • `deep-research`, `academic-paper`, `academic-paper-reviewer`, `academic-pipeline` 4개 SKILL.m...
  • 10단계 파이프라인, Stage 2.5/4.5 integrity gate, Material Passport, citation/claim audit, temporal...
  • README 기준 설치는 Claude Code plugin marketplace의 `/plugin marketplace add Imbad0202/academic-re...
  • 라이선스는 CC BY-NC 4.0이라 비상업 학술 사용에 맞춘 source-available 배포로 보는 편이 정확하며, 상업 SaaS나 유료 컨설팅 재포장은 별도...
  • 긴 pipeline은 토큰·모델 비용과 API key, 문헌 corpus, 원고 데이터 경계를 동반하므로 개인/연구실 환경에서는 필요한 skill 또는 mode부터...
Imbad0202/academic-research-skillsSource