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

rekurve

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

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

이 저장소의 skills

commit
소프트웨어 개발자

git commit code changes with clear messages

2026-07-08
document-feature
소프트웨어 개발자

Interview a developer to produce a living feature doc at docs/feature/{slug}.md, capturing user value, architecture (with ADR links), and data/user flow with at least one Mermaid diagram. Use when the user says "document this feature", "write a feature doc", "create docs/feature/X", "explain feature X for new devs", or asks to onboard future engineers onto a shipped feature. Different from /create_plan (forward-looking design) and Epics (scope/sprint planning) — this is the present-tense "what does this thing do today" doc for engineers reading the codebase cold.

2026-07-07
domain-model
소프트웨어 개발자

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

2026-07-07
pull-request
소프트웨어 개발자

Create or update a Pull Request with a description tailored to its conventional-commit type (feat, fix, refactor, chore, perf, or trivial). Auto-detects whether to create or update based on branch state, detects type from branch/commits/issues, fills the matching bundled template, and runs verification only for what CI does not cover. Use when invoking /pull-request, when the user asks to open or update a PR, or after pushing work that needs a PR.

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

Apply writing rules to ANY prose humans will read — documentation, commit messages, error messages, explanations, reports, or UI text. Makes your writing clearer, stronger, and more professional.

2026-07-07
ticket-writer
프로젝트 관리 전문가

Single entry point for turning a design, plan, PRD, or in-chat spec into either a single GitHub Issue or a parent epic with child issues. Use when the user wants to create, review, or improve any ticket destined for a coding agent or another developer to pick up. Covers atomic issues, bug reports, technical tasks, spikes, and epic breakdowns using tracer-bullet vertical slices. Output is AFK-ready by default — written so a coding agent days later can produce the right work without the original chat context.

2026-06-30
roadmap-review
프로젝트 관리 전문가

Collaborative review, grooming, and scheduling of GitHub Project issues for pre-PMF startups. Use to reassess priorities, restructure milestones, close stale or superseded issues, judge whether an issue is ready to plan, or (re)build the roadmap timeline — Start/Target dates, implementation order, and developer capacity — on the board. Especially useful when capacity changes, strategy shifts, or after completing major work.

2026-06-24
worktree
소프트웨어 개발자

Create, list, and tear down per-issue git worktrees, each with an isolated Neon database branch and a portless dev URL, so multiple issues can be worked in parallel without DB or dev-server collisions. Use when the user says "spin up / create a worktree for issue N", "clean up the worktree", "list worktrees", invokes /worktree, or wants parallel isolated dev environments per GitHub issue.

2026-06-24
frontend-design
소프트웨어 개발자

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

2026-06-22
subagent-eval
소프트웨어 개발자

Empirically evaluate and optimise a Claude Code sub-agent via a blinded head-to-head against the production baseline, then pick its model on data. Use when tuning a sub-agent's prompt, choosing or re-checking its model (e.g. a new model release), proving an agent change before committing, or testing whether a specialist beats native Explore. To author a new agent first, read AUTHORING.md.

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

Test-Driven Development workflow enforcing vertical slicing - one test → one implementation → repeat. Use when writing tests alongside new code, designing interfaces for testability, deciding what to mock, or when a plan phase requires test-first development. Also triggers when user asks about "TDD", "red/green", "tracer bullet", or whether tests are testing behavior vs implementation.

2026-04-24
plan-to-ralph-spec
소프트웨어 개발자

Convert a markdown implementation plan to a JSON spec file for ralph.sh execution

2026-04-13
rstest-best-practices
소프트웨어 품질 보증 분석가·테스터

Rstest best practices for config, CLI workflow, test writing, mocking, snapshot testing, DOM testing, coverage, multi-project setup, CI integration, performance and debugging. Use when writing, reviewing, or troubleshooting Rstest test projects.

2026-04-01
brand-guidelines
소프트웨어 개발자

Applies Rekurve's official brand colors and typography to any sort of artifact that may benefit from having Rekurve's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

2025-11-16