Tips

Application Tips

77 tips, 5-8 showing
2 / 20
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
Open source
MIT

Claude-BugHunter는 Claude Code를 버그헌팅·외부 레드팀 워크플로로...

elementalsouls/Claude-BugHunter는 Claude Code에 51개 보안 스킬, 15개 slash command, hunt/cbh CLI를 설치해 버그헌팅·외부 레드팀의 범위 확인, 정찰, 취약점 탐색...

  • Claude Code의 ~/.claude/skills와 ~/.claude/commands에 51개 보안 스킬과 15개 slash command를 복사해, 프롬프트 주...
  • Scope → Recon → Hunt → Validate → Capture → Report의 6단계 흐름, 7-Question Gate, 증거 위생, Bugcrowd...
  • hunt 셸 함수는 ~/Targets/<target>/에 scope.md, findings, evidence, submissions.txt, notes.md, CLA...
  • cbh Python CLI는 recon, classify, triage, report를 터미널에서 deterministic하게 실행하는 보조 인터페이스이며 Burp...
  • 공격 지식과 로컬 Claude 설정을 함께 설치하는 번들이므로 허가된 자산, 프로그램 scope, ~/.claude 변경 범위, Burp/API 키, 보고서 증거의...
elementalsouls/Claude-BugHunterSource
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 최신 Release는 `v1.10.0`, tag와 main의 `package.json`은 `v2.0.0-rc.1`, npm `ecc-un...
  • 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
MIT

appbun은 웹 앱을 읽을 수 있는 Electrobun 데스크톱 프로젝트로 바꿔주는...

bigmacfive/appbun은 URL, localhost 앱, SaaS 대시보드를 소스가 보이는 Electrobun 프로젝트와 macOS DMG 패키징 흐름으로 scaffold하는 TypeScript CLI다.

  • 웹 URL, built-in recipe, 실행 중인 localhost 앱을 일반 Electrobun 프로젝트로 생성한다.
  • 생성물은 appbun.generated.json, 아이콘, 로컬 webview shell, GitHub Actions release workflow, macOS/Wi...
  • npx, npm 전역 설치, Bun 전역 설치를 모두 지원하고 Bun이 있으면 Bun을 우선 사용한다.
  • macOS DMG, signing, notarization 흐름이 준비되어 있지만 공개 배포에는 Apple 인증서와 notary 환경변수 관리가 필요하다.
  • Codex skill, Claude Code CLAUDE.md, agent prompt 생성 기능이 있어 에이전트에게 웹 앱 패키징 작업을 맡기기 쉽다.
bigmacfive/appbunSource