Skip to main content
charliecpeterson
GitHub 제작자 프로필

charliecpeterson

6개 GitHub 저장소에서 수집된 49개 skills를 저장소 단위로 보여줍니다.

수집된 skills
49
저장소
6
업데이트
2026년 8월 9일
저장소 탐색

저장소와 대표 skills

session-audit
소프트웨어 품질 보증 분석가·테스터

Independent re-verification of an AI session's recorded work: extract the falsifiable claims from commit messages, lab logs, and boards since a git ref, fan out FRESH-context workers to re-derive them (never trusting the session's own verification), report…

2026년 8월 4일
overnight-audit
소프트웨어 품질 보증 분석가·테스터

Unattended, long-running inspection that generates candidate defects mechanically and verifies them before reporting. Trigger on 'overnight audit', 'run an audit while I sleep', 'automate finding what we keep missing', or 'nightly inspection'. NOT an…

2026년 8월 3일
bug-scan
소프트웨어 개발자

Proactive hunt for latent bugs nobody reported: inventory prior coverage, partition by failure mode, fan out code-skeptic workers, then verify and rank what returns. Trigger on 'hunt for bugs', 'scan for latent defects', 'find what's silently wrong', or…

2026년 7월 25일
code-review-deep
소프트웨어 품질 보증 분석가·테스터

In-depth, tool-grounded code review, distinct from the built-in /code-review. Default scope is the WHOLE codebase (runs linters/tests, reads architecture, checks for AI slop, renders a Continue/Refactor/Rebuild verdict); scopes down to a deep change review…

2026년 7월 25일
differential-test
소프트웨어 품질 보증 분석가·테스터

Compare a parser or scientific tool against an independent reference implementation over a real corpus. Trigger on 'differential test', 'compare against ASE/cclib/OpenBabel', 'validate parser output', or 'does this agree with a reference?'. Produces a…

2026년 7월 25일
env-triage
네트워크·컴퓨터 시스템 관리자

Triage a hung, slow, or wedged build, test run, or process: is it my code, my toolchain, or my machine? Trigger on 'the build hangs', 'tests never finish', 'why is this so slow', a process sitting at zero CPU, or when a second theory about an environment…

2026년 7월 25일
deep-planner
소프트웨어 개발자

Slow, exhaustive planning sessions: question the user one decision at a time until requirements are fully confirmed, then optionally chain into research scouts, a readiness audit, an architecture draft, and a staged roadmap. Trigger on "help me plan", "let's…

2026년 7월 18일
doc-grounded
소프트웨어 개발자

Answer a how-to / syntax / config / factual question from a SOURCE the user points at (a docs URL, or a local file/directory of docs), not from memory, and cite the exact location so they can read around it. Trigger on a doc link or local path plus a…

2026년 7월 18일
수집된 skill 23개 중 8개를 표시합니다.
comfyui-image-quality
소프트웨어 개발자

Diagnose and fix image quality issues in a ComfyUI workflow — face/body color mismatch, AI-looking skin, broken hands, anatomy artifacts. Use when the user shares a generated image and asks to improve it, when they say it "looks AI-generated", when…

2026년 6월 30일
prompt-krea2
특수 효과 아티스트 및 애니메이터

Craft a high-quality natural-language image prompt for Krea 2 (Krea 2 Turbo and Krea 2 Raw, the open-weights 12B text-to-image model with a Qwen3-VL text encoder, run locally in ComfyUI). Use when the user asks for a Krea 2 prompt, mentions Krea 2 / Krea2 /…

2026년 6월 30일
find-loras
소프트웨어 개발자

Find a LoRA (or other model — Checkpoint, ControlNet, Upscaler, Embedding, VAE) matching the user's request, prefer already-downloaded files, fall back to Civitai search when nothing local matches or the user explicitly asks. Walks the user through search →…

2026년 6월 29일
prompt-flux
특수 효과 아티스트 및 애니메이터

Craft a high-quality natural-language image prompt for Flux 1 (Dev / Pro / Schnell), Flux 2 (Pro / Max / Flex / Dev / Klein), and Flux NSFW fine-tunes (Flux-Uncensored, Lewd Flux, etc.). Use when the user asks for a Flux prompt, asks to enhance a basic idea…

2026년 6월 29일
prompt-ltx
특수 효과 아티스트 및 애니메이터

Craft a high-quality video prompt for the LTX family from Lightricks — LTX Video 2B/13B, LTX-2 (audio+video, 4K, 50fps), LTX-2.3 (current SOTA, 22B). Use when the user asks for an LTX prompt, mentions LTX / LTX-Video / LTX-2 / LTX-2.3 / Lightricks / LTX…

2026년 6월 29일
prompt-qwen
특수 효과 아티스트 및 애니메이터

Craft a high-quality image prompt for Qwen Image (Alibaba) — Qwen Image 1.0, Qwen Image 2.0 (Feb 2026, current SOTA), and Qwen Image Edit for image-to-image editing. Use when the user asks for a Qwen prompt, mentions Qwen Image / Qwen-Image / Qwen3-VL by…

2026년 6월 29일
prompt-wan
특수 효과 아티스트 및 애니메이터

Craft a high-quality video prompt for the Wan family from Alibaba's Tongyi Wanxiang Lab — Wan 2.1, Wan 2.2 (T2V / I2V / Animate / Fun-Control), Wan 2.5, Wan 2.6 (shot-block cinematographer-style prompting), and Wan 2.7 (Thinking Mode, multi-reference). Use…

2026년 6월 29일
prompt-zimage
특수 효과 아티스트 및 애니메이터

Craft a high-quality image prompt for the Z-Image family from Alibaba's Tongyi-MAI Lab — Z-Image (base, Jan 2026, supports negative prompts), Z-Image-Turbo (8-step distilled, ignores negative prompts), Z-Image-Omni (unified gen+edit), and Z-Image-Edit. Use…

2026년 6월 29일
수집된 skill 11개 중 8개를 표시합니다.
security-review-deep
정보 보안 분석가

Scanner-grounded security audit, distinct from the built-in /security-review. Runs the right scanners (semgrep, osv-scanner, trivy, gitleaks, bandit), queries live CVE data via MCP, applies a 24-category threat-model checklist, and produces a triaged report.…

2026년 6월 16일
code-review-deep
소프트웨어 품질 보증 분석가·테스터

In-depth, tool-grounded code review, distinct from the built-in /code-review. Default scope is the WHOLE codebase (runs linters/tests, reads architecture, checks for AI slop, renders a Continue/Refactor/Rebuild verdict); scopes down to a deep change review…

2026년 6월 16일
human-writer
작가·저자

Use any time you generate or rewrite prose for the user — emails, documents, posts, proposals, any written content — so it reads like a sharp human wrote it: direct, specific, no AI tells. Also trigger on "make this sound less like AI", "clean this up",…

2026년 6월 15일
llm-council
경영 분석가

Run a real decision through a council of five AI advisors who each analyze it from a different thinking lens, peer-review each other anonymously, and synthesize a single verdict. Adapted from Karpathy's LLM Council. MANDATORY TRIGGERS: 'council this', 'run…

2026년 6월 14일
deep-planner
소프트웨어 개발자

Slow, exhaustive planning sessions: question the user one decision at a time until requirements are fully confirmed, then optionally chain into research scouts, a readiness audit, an architecture draft, and a staged roadmap. Trigger on "help me plan", "let's…

2026년 6월 9일
writing-architect
작가·저자

Macro-first pipeline for multi-page documents where structure matters as much as prose (proposals, papers, grants, reports): intake -> outline contract -> draft -> developmental, structural, specificity, voice, and persona reviews -> human-writer copy pass.…

2026년 6월 9일
presentation-designer
작가·저자

Design slide content and narrative for decks, talks, and pitches — what each slide says and why, not visual layout. Trigger on "help me with my deck", "what should this slide say", "plan my talk", "build out my presentation", or an outline the user wants…

2026년 6월 9일
recent-research
시장조사 분석가·마케팅 전문가

Check current community and web sources (Reddit, HN, forums, news) before answering on fast-moving topics. Trigger on what's new/best/trending, and whenever recency matters even unasked: version numbers, prices, release status, "still", "latest", the current…

2026년 6월 9일
수집된 skill 9개 중 8개를 표시합니다.
저장소 6개 중 6개 표시
모든 저장소를 표시했습니다