Skip to main content

1337hero/claude-toolkit

SkillsMP는 1337hero/claude-toolkit에서 27개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
27
GitHub 스타
1
GitHub 포크
0

수집된 skill 27개 중 27개를 표시합니다.

직업 분류
시장조사 분석가·마케팅 전문가
설명

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'.

원문 언어: 영어

업데이트
직업 분류
기술 작가
설명

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'.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Read before git commits.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Compact current conversation into handoff doc for another agent.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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),…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
작가·저자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

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

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

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

원문 언어: 영어

업데이트
수집된 skill 27개 중 27개를 표시합니다.