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

thejustinwalsh

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

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

저장소와 대표 skills

flatland-bake
소프트웨어 개발자

Use when baking derived assets for three-flatland (alpha hitmasks, normal maps, KTX2 encodes, Slug fonts, sprite atlases), deciding whether to bake at all, wiring the baked → runtime fallback, or authoring a new baker

2026-07-20
flatland-r3f
소프트웨어 개발자

Use when integrating three-flatland with React Three Fiber — registering classes with extend(), rendering sprites declaratively in JSX, Flatland child routing, post-processing via addEffect, resize/render wiring in useFrame/useThree, or avoiding imperative R3F anti-patterns

2026-07-20
stylex
소프트웨어 개발자

Use when authoring styles with @stylexjs/stylex — creating styles via stylex.create, applying with stylex.props, defining tokens with defineVars/defineConsts, building themes with createTheme, or migrating inline-styled / CSS / styled-components / Tailwind code to StyleX. Covers the Do/Don't rules and links to the full authoring + installation references.

2026-05-25
documentation
소프트웨어 개발자

Use when authoring, restructuring, splitting, or auditing any docs page or content collection in this repo — choosing what type a page should be, deciding what belongs on it, or checking accuracy, structure, and completeness before a release.

2026-05-24
marketing-voice
작가·저자

Use when writing or reviewing any user-facing prose for three-flatland — landing-page copy, docs-page intros, blog posts, README intros, release notes, or social posts. Required reading before drafting marketing copy in this repo.

2026-05-24
excalidraw-diagram
소프트웨어 개발자

Create Excalidraw diagram JSON files that make visual arguments. Use when the user wants to visualize workflows, architectures, or concepts.

2026-05-24
codemod
소프트웨어 개발자

Use when the user wants to make/create/author/write a codemod for a three-flatland breaking change, OR when they want to apply/run/execute/migrate using an existing codemod artifact. Routes between authoring (contributors writing migrations) and applying (consumers running migrations) based on the user's intent.

2026-05-21
vitexec
소프트웨어 개발자

Use this skill when an AI agent needs to inspect, verify, debug, or profile a live Vite app by running temporary snippets inside the browser page and reading browser logs or captured artifacts. Use for client state after interactions, imported app modules, DOM state, human-like input, canvas/WebGL/Three.js state, screenshots, videos, CPU/network/performance/heap analysis, WebXR/Three.js XR with IWER, and runtime-only behavior without editing app files.

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

Disable restruct prompt refinement. Prompts pass through to Claude without local LLM preprocessing.

2026-04-09
enable-restruct
소프트웨어 개발자

Enable restruct prompt refinement. Re-enables the local LLM preprocessing of prompts.

2026-04-09
init-restruct
소프트웨어 개발자

Generate a minimal, research-backed CLAUDE.md for this project. Analyzes the codebase for non-obvious commands and conventions, interviews you for team knowledge, and produces a concise file that stays under 30 rules.

2026-04-09
refine-restruct
소프트웨어 개발자

Manually refine a prompt through the local LLM meta-prompt pipeline. Transforms a casual developer request into a structured, rules-aware prompt using a local Ollama model. Only works when features.refinement is enabled in config.yaml.

2026-04-09
review-permissions-restruct
소프트웨어 개발자

Review tool permission decisions across sessions and propose auto-approval rules. Analyzes which tools the user consistently approves, then suggests additions to .restruct/permissions.yaml to eliminate repetitive permission dialogs.

2026-04-09
setup-permissions-restruct
소프트웨어 개발자

Write an initial .restruct/permissions.yaml with safe defaults so the restruct permit hook can auto-approve common tool use without repeated dialogs.

2026-04-09
setup-refine-restruct
소프트웨어 개발자

Install Ollama, pull the right model for your hardware, warm it up, and enable the restruct prompt refinement pipeline. Only runs when features.refinement is enabled in config.yaml.

2026-04-09
setup-restruct
소프트웨어 개발자

First-time setup for restruct. Runs rule generation (CLAUDE.md), verify wiring, permission defaults, and — if the feature flag is on — prompt refinement setup.

2026-04-09
이 저장소에서 수집된 skills 10개 중 상위 8개를 표시합니다.
creating-github-issues
소프트웨어 개발자

Use when the user wants to file GitHub issues from a planning document, build spec, brainstorm output, or any structured source. Triggers include "create issues for this spec", "file these as issues", "seed this project on GitHub", "break this plan into issues". Drives issue creation only — sets titles, bodies, acceptance criteria, labels, and parent/sub-issue hierarchy. Does NOT implement, does NOT open PRs, does NOT pick what to work on next.

2026-06-23
implementing-github-issues
소프트웨어 개발자

Use when the user provides a GitHub issue number or URL and asks to implement it end-to-end. Triggers include "implement issue

2026-06-23
recommending-github-issues
소프트웨어 개발자

Use when running as the dispatch recommender for a single GitHub repo. Triggers when invoked by middle-management with a state issue number and rate-limit context. The recommender's sole job is to rewrite the state issue body with a ranked dispatch plan and a needs-human digest, conforming to the agent-queue state issue schema. NEVER writes code, NEVER modifies non-state issues, NEVER opens PRs. If asked for anything other than a recommender run, decline and state this skill is recommender-only.

2026-06-23
verifying-requirements
소프트웨어 품질 보증 분석가·테스터

Use when filing or auditing GitHub issues to check their acceptance criteria demand integration into the running product, not just green unit tests. Defines the integration rubric and drives `mm audit-issues`. Triggers include "audit these issues", "do the acceptance criteria hold up", "harden this issue's requirements", and the second pass inside creating-github-issues. Suggests rewrites; does NOT implement, does NOT silently edit issues.

2026-05-28
excalidraw-diagram
소프트웨어 개발자

Create Excalidraw diagram JSON files that make visual arguments. Use when the user wants to visualize workflows, architectures, or concepts.

2026-05-28
documenting-the-repo
소프트웨어 개발자

Use when writing or revising any documentation in this repo — README, docs/ guides, TSDoc on public exports, module-index frontmatter, per-folder CLAUDE.md, or prose the Docs-harvester bot generates. Enforces Diátaxis (every doc is exactly one of tutorial / how-to / reference / explanation), the repo's voice (Google + Microsoft style guides), an LLM-ism blocklist, and the accuracy rule that code samples come from working source. Triggers include "write docs for X", "document this package", "audit the docs", "fix the README", "add a how-to". Authoring + audit only — does NOT change code behavior, does NOT open PRs.

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