CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-skills

github.com/choegyumin/agent-skills

SkillAddedReview
engineering-cost-review

skills/engineering-cost-review/SKILL.md

Use when reviewing a blueprint (PRD, spec, implementation plan, design/architecture doc, or product scope and technical decisions from the current session) right after it is written or before implementation, to check whether its implementation cost is economical and rational. Not for reviewing already-implemented code.

69

engineering-cost-review

skills/instruction/engineering-cost-review/SKILL.md

Use when reviewing a blueprint (PRD, spec, implementation plan, design/architecture doc, or product scope and technical decisions from the current session) right after it is written or before implementation, to check whether its implementation cost is economical and rational. Not for reviewing already-implemented code.

69

frontend-layered-architecture

skills/frontend-layered-architecture/SKILL.md

Use for frontend architecture boundaries: code ownership, directory roles, file placement, import direction, UI/component extraction, API/data contracts, fetching/query, URL state, mappers/schemas/DTOs, hooks/stores, architecture docs, and tool enforcement. Also use before agent-initiated architecture-enforcement changes in lint, CI, import-boundary checks, or similar automation—even without a user request—and for small UI changes that may leak business rules or external data into lower-level code.

66

frontend-layered-architecture

skills/instruction/frontend-layered-architecture/SKILL.md

Use for frontend architecture boundaries: code ownership, directory roles, file placement, import direction, UI/component extraction, API/data contracts, fetching/query, URL state, mappers/schemas/DTOs, hooks/stores, architecture docs, and tool enforcement. Also use before agent-initiated architecture-enforcement changes in lint, CI, import-boundary checks, or similar automation—even without a user request—and for small UI changes that may leak business rules or external data into lower-level code.

66

git-worktrees

skills/git-worktrees/SKILL.md

Establish or reuse an isolated Git worktree for new work or a named branch, PR, tag, or commit. Use whenever the user asks to create or enter a worktree or separate Git checkout, wants parallel work without disturbing the current checkout, or another workflow requires Git checkout isolation.

70

git-worktrees

skills/instruction/git-worktrees/SKILL.md

Establish or reuse an isolated Git worktree for new work or a named branch, PR, tag, or commit. Use whenever the user asks to create or enter a worktree or separate Git checkout, wants parallel work without disturbing the current checkout, or another workflow requires Git checkout isolation.

70

jdi

skills/jdi/SKILL.md

Just Do It

40

q

skills/q/SKILL.md

Question

44

shh

skills/shh/SKILL.md

keep-it-down

41

shh

skills/instruction/shh/SKILL.md

Keep it down — use terse, clear, and action-first responses for the rest of the session. Remove filler and tangents, preserve technical precision, track multi-step progress, and end with one concrete next action. Use when the user wants compact communication; disable with `stop ssh` or `normal mode`.

72

think-before-coding

skills/think-before-coding/SKILL.md

Guardrails for writing, modifying, reviewing, or refactoring code. Use whenever a task involves code to clarify ambiguous requirements before implementation, avoid over-engineering and speculative abstractions, and keep changes minimal and scoped.

73

think-before-coding

skills/instruction/think-before-coding/SKILL.md

Guardrails for writing, modifying, reviewing, or refactoring code. Use whenever a task involves code to clarify ambiguous requirements before implementation, avoid over-engineering and speculative abstractions, and keep changes minimal and scoped.

73

to-idea

skills/to-idea/SKILL.md

Turn the current conversation into an idea document — no interview, just synthesis of what you've already discussed.

61

you-dont-need-react-custom-hooks

skills/you-dont-need-react-custom-hooks/SKILL.md

Use when React component or custom hook work may involve extracting hooks, changing hook responsibilities, or hiding dependencies behind custom hooks

63