Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
infolog-io
GitHub 제작자 프로필

infolog-io

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

수집된 skills
26
저장소
3
업데이트
2026-07-05
저장소 탐색

저장소와 대표 skills

이 저장소에서 수집된 skills 13개 중 상위 8개를 표시합니다.
claude-pip
소프트웨어 개발자

Performance Improvement Plan for Claude. Five triggers covering a rule's full lifecycle. CLAUDE PIP locks a behavioral rule into the project's CLAUDE-PIP.md. LOCAL PIP scopes a rule to the current working directory. OFF THE PIP removes a rule by id or keyword. PRUNE THE PIP audits the rules for staleness and reports the context tax (per-rule token cost, hits, caps); default verdict is keep, drops require concrete defects. PROMOTE THE PIP graduates stable rules to their canonical homes (project CLAUDE.md, DESIGN.md, user-global CLAUDE.md, or ~/.claude/rules/lessons.md) — the user calls out which to promote. PIP is the single lifecycle engine for both the project PIP file and the global lessons.md store. Every PIP-added rule is wrapped in HTML-comment markers so it can be cleanly removed later. Activates on any all-caps occurrence of `CLAUDE PIP`, `LOCAL PIP`, `OFF THE PIP`, `PRUNE THE PIP`, or `PROMOTE THE PIP` in a message. Also activates on phrases like "before compact", "audit PIP", "graduate PIP rule".

2026-07-05
tufte-love
소프트웨어 개발자

Use this skill when designing, reviewing, or refactoring data visualizations, dashboards, analytical graphics, reports, charts, maps, product metrics views, or quantitative UI surfaces. Applies Tufte-style graphical excellence: show the data, maximize meaningful comparison, reduce non-data ink, preserve statistical truth, increase useful density, and make complex ideas clear. Activate with 'tufte audit', 'redesign this chart', 'data viz review', or '/tufte-love'.

2026-07-05
semantic-organization
소프트웨어 개발자

Governs how every skill in this marketplace is structured. Codifies the Anthropic Agent Skills directory convention (skills/<name>/SKILL.md at the repo root — no plugin wrapper), folder roles, naming rules, and migration triggers. Scaffolds new skills against the canonical layout, audits existing skills, and recommends when a folder should become its own sibling skill. Applies Unix philosophy: one skill = one purpose, compose via plain text, prefer small over large. Activates on "scaffold a new skill", "/new-skill", "audit this skill", "/semantic-audit", "should this be a folder or its own skill", or any time a skill structure is being designed or evaluated.

2026-05-12
atomic-brand
소프트웨어 개발자

Audits web projects against atomic design discipline and brand-token coherence. Detects token violations, atomic hierarchy drift, naming by appearance, scattered components, brand drift, and scale violations. Three verdicts: system-healthy (ship), drifting (refactor against plan), broken (stop; build missing tokens and patterns first). Includes failover chain for brand detection: explicit tokens → parse image → scrape live URL. Activates on "atomic audit", "brand audit", "design system audit", "audit my components", "is this on-brand", "find duplicate components", "consolidate components", or "/atomic-brand". Auto-suggests when the user pastes a URL with a visible `tokens.css` or `tailwind.config` nearby.

2026-05-12
estimatrix
프로젝트 관리 전문가

Sizing rubric for effort AND complexity. Use whenever a proposal, plan, scoping table, or task list contains an "effort", "duration", or "complexity" column, or whenever the user or model is about to give a time-based estimate. Two axes: Size as T-shirt (XS / S / M / L / XL / XXL) for effort; Complexity as low / medium / high for cognitive load. Applies Karpathy's four code rules before sizing: state assumptions, ask if ambiguous, prefer simpler scope, require a success criterion. Activates on "estimate", "scope", "how long", "effort", "complexity", "size this", "/estimatrix", or before any estimation table is produced.

2026-05-12
github-issues-kanban
소프트웨어 개발자

Agent orchestration substrate built on GitHub Issues + Projects V2. Treats each issue as a task with a claim lock (access exclusion + TTL), a dependency-chain DAG, and a comment-based event bus. Multiple agents can claim and work tasks in parallel without conflict. Includes audit, triage, generate-board, list-boards, and dispatch modes. Confirm-first by default; YOLO bypass available. Four archetype templates: personal-todo, writing-pipeline, oss-triage, sprint-planning. Protocol is agent-agnostic. Activates on "kanban", "board", "dispatch", "claim issue", "triage", "audit board", "list boards", "/github-issues-kanban", or when the user mentions GitHub Projects.

2026-05-12
jtbd-prd
프로젝트 관리 전문가

Validate customer need before any build. Use when about to design, code, ship, or scope a feature, product, page, or skill. Gathers evidence from interviews, tickets, sales calls, surveys, and artifacts; clusters jobs; scores confidence; emits a Job Article that frames the upcoming build as a Jobs-to-be-Done PRD. Activates on "JTBD", "jobs to be done", "validate this", "should I build this", "is there a real need", "what job does this serve", or "/jtbd-prd". Also auto-suggests when the user pastes a build proposal, feature brief, or hypothesis without supporting evidence.

2026-05-12
learn2kern
웹 개발자

Typography skill. Generates modular type scales from a base size and named ratio, emits BODY and HEADINGS token families separately, with line-height bands and letter-spacing defaults per band. Outputs CSS custom properties and Tailwind theme.fontSize. Color slots reference external `--color-*` custom properties via var() with sensible fallbacks. Runs conversational intake when inputs are missing. Activates on "type scale", "typography", "font sizes", "modular scale", "kerning", "line height", "typographic hierarchy", or "/learn2kern".

2026-05-12
component-composer
소프트웨어 개발자

Production-grade single-file HTML data graphics through a generator-critic loop. Drafts via theme, renders in Claude Preview, validates with hybrid mechanical + LLM-as-judge checks at three viewports, iterates until every active-theme criterion passes. Use for recurring dashboards, multi-theme reports, or design-system-enforced artifacts. Do NOT use for casual, throwaway, or interactive HTML — just ask Claude directly for those. Activates on "compose with <theme>", "render this chart with the design system", "/compose", or any composition request that names a theme.

2026-05-28
spraypixel
그래픽 디자이너

Theme bundle for component-composer. Provides tokens, criteria, patterns, and palette for Tufte-style data graphics: range-frame axes, small multiples, high data-ink, single highlight, no chartjunk. Activated when component-composer is invoked with `spraypixel` as the theme name.

2026-05-28
generator-critic
소프트웨어 개발자

Generator-critic loop pattern for any artifact produced by an LLM and judged against declared criteria. A drafter LLM proposes; a hybrid critic (mechanical checks + LLM-as-judge) scores; the orchestrator feeds failures back to the drafter and iterates until clean. Artifact-agnostic — works for HTML, code, schemas, prose, anything with a validator. Activates on "generator-critic loop", "iterate this artifact until it passes", "/critic-loop", or when designing a refinement pipeline. Consumed by `component-composer` for HTML data graphics; future consumers for other artifact types declare a dependency on this skill.

2026-05-27
html-sketch
소프트웨어 개발자

Casual HTML artifacts in Thariq Shihipar's "Unreasonable Effectiveness of HTML" style — throwaway editors, side-by-side variant comparisons, interactive tuning with sliders/knobs, single-page reports. No validator loop, no themes, no industrial QA. Single-file HTML you make, use once, and discard. Includes the "copy-as-prompt" footer pattern for round-tripping back into Claude. Activates on "make a throwaway HTML", "sketch an editor for", "build a quick HTML to triage", "show me N options side by side", "interactive prototype for", "/sketch", or any one-off HTML request that does NOT need theme conformance.

2026-05-27
spraypixel-terminal
그래픽 디자이너

Theme bundle for component-composer. Terminal/Bloomberg-terminal aesthetic: green-on-black, monospace everywhere, maximum data density, no chartjunk. Activated when component-composer is invoked with `spraypixel-terminal` as the theme name.

2026-05-27
저장소 3개 중 3개 표시
모든 저장소를 표시했습니다