Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

claude-toolkit

claude-toolkit에는 1337hero에서 수집한 skills 27개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
27
Stars
0
업데이트
2026-07-09
Forks
0
직업 범위
직업 카테고리 8개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

announce
시장조사 분석가·마케팅 전문가

Run the announcement round for a finished project: attribution check, directory submissions, launch-post drafts in Mike's voice. Drafts only — never posts. Trigger: /announce <project>, 'announce', 'launch round', 'tell people about'.

2026-07-09
ignite
기술 작가

Novel ignition ritual for story-bible: 3-line 'previously on' + one pulling question. Body-double for getting into writing state, zero obligation. Trigger: /ignite, 'ignite', 'novel time', 'story time'.

2026-07-09
bird
소프트웨어 개발자

Read/post Twitter/X via `bird` CLI: tweets, threads, search, timelines, bookmarks, follows, lists, media.

2026-07-02
browser-tools
소프트웨어 개발자

Drive VISIBLE Chrome with real profile/logins (CDP :9222). Screenshots, JS eval, interactive element picking, cookies. Frontend testing, authed flows, anything user should see. Headless text-only reading → Browser* tools. Linux + macOS.

2026-07-02
commit
소프트웨어 개발자

Read before git commits.

2026-07-02
handoff
소프트웨어 개발자

Compact current conversation into handoff doc for another agent.

2026-07-02
jarvislabs
소프트웨어 개발자

Run and monitor GPU experiments with `jl` CLI on JarvisLabs.ai.

2026-07-02
llama-tune
소프트웨어 개발자

Empirically tune GGUF model's llama-swap/llama.cpp config for multi-GPU rig — card placement, KV-cache quant, context length, batch sizes, prompt-cache settings. Benchmarks each dial one at a time, verifies with real load. Checks Hugging Face model card for sampling/template. Modes: "bench" (max tok/s, benchmark-maxxing), "agentic" (max context + safe VRAM headroom for coding agents). Use when user wants to tune, optimize, speed up, or fit local LLM (llama.cpp / llama-server / llama-swap / GGUF) on GPUs — "tune a model for speed", "max out context for a model", "what settings for this model", "optimize my llama-swap config", "dial in tok/s".

2026-07-02
localmaxxing
소프트웨어 개발자

LocalMaxxing API for local-LLM benchmark + eval leaderboards. Trigger: submitting benchmarks, pushing tok/s or eval scores.

2026-07-02
playwright-skill
소프트웨어 개발자

Browser automation with Playwright. Auto-detects dev servers, writes scripts to /tmp. Testing websites, forms, login flows, screenshots, responsive design, any browser task.

2026-07-02
ponytail-audit
소프트웨어 개발자

Whole-repo audit for over-engineering. Like ponytail-review but scans entire codebase, not diff: ranked list of what to delete, simplify, or replace with stdlib/native. Trigger: "audit this codebase", "audit for over-engineering", "what can I delete from this repo", "find bloat", "ponytail-audit", /ponytail-audit. One-shot report, no fixes.

2026-07-02
ponytail-review
소프트웨어 품질 보증 분석가·테스터

Code review hunting over-engineering only. Finds what to delete: reinvented stdlib, unneeded deps, speculative abstractions, dead flexibility. One line per finding: location, what to cut, what replaces it. Trigger: "review for over-engineering", "what can we delete", "is this over-engineered", "simplify review", /ponytail-review. Complements correctness review — complexity only.

2026-07-02
ponytail
소프트웨어 개발자

Forces laziest solution that works — simplest, shortest, most minimal. Senior dev seen everything: question whether task needs to exist (YAGNI), stdlib before custom code, native platform before deps, one line before fifty. Levels: lite, full (default), ultra. Trigger: "ponytail", "be lazy", "lazy mode", "simplest solution", "minimal solution", "yagni", "do less", "shortest path", or complaints about over-engineering, bloat, boilerplate, unnecessary deps.

2026-07-02
thermo-nuclear-code-quality-review
소프트웨어 품질 보증 분석가·테스터

Extremely strict maintainability review: abstraction quality, giant files, spaghetti-condition growth. Trigger: thermo-nuclear code quality review, thermonuclear review, deep code quality audit, harsh maintainability review.

2026-07-02
writing-clearly-and-concisely
소프트웨어 개발자

Apply Strunk's writing rules to ANY human-read prose — docs, commit messages, error messages, explanations, reports, UI text. Makes writing clearer, stronger, more professional.

2026-07-02
caveman
작가·저자

Ultra-compressed communication mode. Cuts tokens ~75%. Levels: lite, full, ultra, wenyan-lite/full/ultra. Trigger: /caveman, "be brief".

2026-05-15
codebase-documenter
소프트웨어 개발자

Write codebase docs: README, architecture, API, comments. Project structure and getting-started focus.

2026-05-15
frontend-philosophy
소프트웨어 개발자

React/Preact frontend conventions: TanStack Query for server state, 8-section components, no TypeScript, no barrel files.

2026-05-15
improve-codebase-architecture
소프트웨어 개발자

Find architecture improvements: consolidate modules, improve testability and AI navigation. Trigger: improve architecture, refactor.

2026-05-15
prototype
소프트웨어 개발자

Build throwaway prototype — terminal app for state/logic, or UI variations. Trigger: prototype this, let me play.

2026-05-15
systematic-debugging
소프트웨어 개발자

Diagnose hard bugs, regressions, and test failures via feedback-loop discipline and root-cause first. Trigger: diagnose, debug, broken.

2026-05-15
cloudflare
네트워크·컴퓨터 시스템 관리자

Cloudflare APIs: DNS, Workers, Tunnels, zones. Trigger: Cloudflare, DNS records, manage domains.

2026-05-15
frontend-design
웹 개발자

Create distinctive frontend interfaces: components, pages, dashboards, React, HTML/CSS. Polished code, no generic AI aesthetics.

2026-05-15
quality-code
소프트웨어 품질 보증 분석가·테스터

TypeScript/full-stack review: type safety (branded, unions, end-to-end), real tests over mocks, OpenTelemetry, right abstractions.

2026-05-15
tdd
소프트웨어 품질 보증 분석가·테스터

TDD with red-green-refactor. Build features or fix bugs. Trigger: red-green-refactor, integration tests, test-first.

2026-05-15
using-git-worktrees
소프트웨어 개발자

Create isolated git worktrees for feature work. Smart selection, safety verification. Use: isolation, before implementation.

2026-05-15
visual-audit
웹·디지털 인터페이스 디자이너

Screenshot and analyze visual composition: golden ratio, rule of thirds, spacing, hierarchy. Verify UI quality before presenting.

2026-05-15