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

gon-stack

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

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

이 저장소의 skills

do-memo
기타 중등 후 교사

Learning memos: concept → use case → example. Output markdown | mdx | html. Back = scenario OR code snippet. Trigger: memo, flashcard, /do-memo. Too broad → split first.

2026-07-25
copyman
시장조사 분석가·마케팅 전문가

Conversion copywriter for homepage/landing/pricing/feature/about page copy. Use for "write copy," "improve this copy," "rewrite this page," "headline help," "CTA copy," "value prop," "tagline," "above the fold," "this copy is weak," "make this more compelling." Not for email copy (emails skill), popup copy (popups skill), pure line-edit of existing copy (copy-editing skill).

2026-07-22
react-best-practices
소프트웨어 개발자

React UI component best practices for building consistent, accessible, and maintainable component libraries. Use this skill when writing, reviewing, or optimizing React components, styling patterns, or component APIs.

2026-07-09
check-html
소프트웨어 품질 보증 분석가·테스터

Accessibility auditor for HTML markup or live URLs. Trigger on "check accessibility", "audit a11y", "review HTML", "check-html", or pasted URL/code for a11y review.

2026-07-03
clarify
프로젝트 관리 전문가

Requirements Inference & Specification Architect. Use it when you're not sure that your requirements are clear enough for the engineering team to start working on them. This skill will ask you a series of questions to clarify any ambiguities in your requirements and produce a final, detailed specification document.

2026-06-21
git-commit
소프트웨어 개발자

Generate a commitlint-compliant commit message with a description, prompt user for approval, and run git commit. Use when user asks to commit, create a commit, generate a commit message, or wants to stage and commit changes. NEVER runs git push. Uses git diff --cached to understand staged changes.

2026-06-21
ux-ui-designer
웹·디지털 인터페이스 디자이너

Generate a comprehensive UX/UI design document from the product MVP definition. Use when designing UI/UX, defining design tokens, creating view layouts, or when asked to create a ux-ui.md document.

2026-06-21
clarify
프로젝트 관리 전문가

Requirements Inference & Specification Architect. Use it when you're not sure that your requirements are clear enough for the engineering team to start working on them. This skill will ask you a series of questions to clarify any ambiguities in your requirements and produce a final, detailed specification document.

2026-06-21
polaczek
기술 작가

Use when Polish text needs language and typography corrections — fixes missing Polish characters, typography, and tech-term Polonizations. Asks user whether output should be plain text or markdown before returning result.

2026-06-21
clone
소프트웨어 개발자

Implement a feature from requirements in the exact style of an ideal example. Trigger on "clone", "implement like", "use X as example", "copy this module's style", "clone <module> and implement <feature>", or "build feature matching <example>". Requires both requirements and an ideal-example reference.

2026-06-08
document-module
소프트웨어 개발자

Scan an ideal-example module and write an AGENTS.md describing its architecture rules and code conventions, with links and a hashy-stamped version. Trigger on "document module", "create AGENTS.md", "describe conventions", "scan module and list rules", "make ideal-example doc". This is the step-b generator for ideal examples.

2026-06-08
feature-workflow
소프트웨어 개발자

Orchestrate a full feature through staged planning and parallel implementation by sequencing the other framework skills. Trigger on "feature workflow", "run the full workflow", "implement this epic end to end", "/feature-workflow", or when a large feature must go through requirements → plans → implementation → integration → review.

2026-06-08
hashy
소프트웨어 개발자

Stamp or verify a markdown doc's version/hash against the code it documents using the @repo/hashy CLI. Trigger on "hash this doc", "stamp AGENTS.md", "update doc hash", "hashy", "version this markdown", "check doc drift", or after editing an ideal-example doc.

2026-06-08
plan-domain
소프트웨어 개발자

Plan domain models from requirements — pure TypeScript types for domain entities and events, decoupled from backend and persistence shapes. Trigger on "plan domain", "domain models", "model the domain", "domain types", "design domain layer", or after backend/db planning to define the in-app domain.

2026-06-08
plan-fe
프로젝트 관리 전문가

Plan a frontend module's architecture from requirements — views, components, state/handlers, and API communication across presentation/core/integration layers. Trigger on "plan frontend", "plan FE", "frontend architecture", "plan the UI module", "design the views and state". Not for graphic→element analysis (use plan-ui) or graphic→code (use do-ui).

2026-06-08
plan-ui
프로젝트 관리 전문가

UI plan generator from screenshot or mockup. Trigger when user wants to analyse or document UI elements from a graphic. Graphic required; user description optional. Output flat element list with behaviors and variants — no code.

2026-05-14
do-ui
웹 개발자

Pixel-perfect UI generator from graphic reference. Trigger when user asks to recreate UI from design/screenshot/mockup, or mentions "pixel perfect". Require graphic first. Output plain Tailwind UI with single component entry `<ComponentName />`.

2026-05-14
plan-be
소프트웨어 개발자

Plan backend APIs from requirements. Ask API style (REST/RPC), suggest realtime (SSE/WS) when needed, output Zod `in`/`out` contracts for endpoints/procedures/channels.

2026-05-14
plan-db
데이터베이스 아키텍트

Use when designing a database schema from requirements. Validates all required info upfront, then outputs complete database plan in one shot — entities, diagrams, indexes, security, normalization, migration files, schema doc. Trigger on "design schema", "database design", "db schema", "model the data", "schema for feature", "design the tables".

2026-05-14
plan-requirements
프로젝트 관리 전문가

Plan feature requirements from user input into standardized markdown and auto-fill missing structural gaps from provided context. Trigger on prompts like "plan requirements", "standardize requirements", "make feature plan", "fill missing requirement sections", or "prepare final feature doc".

2026-05-14
mti
인사 보조원(급여·근태 관리 제외)

Make Technical Interview report. Takes raw interviewer notes about a candidate and produces a fully filled markdown report using the standard interview report template. Trigger when user provides interview notes, Q&A logs, or candidate feedback and wants a formatted report.

2026-05-14
supabase-mate
데이터베이스 아키텍트

Turn requirements into Supabase DB design with strict approval gates (schema, RLS/access, RPC, indexes, jobs, migration plan) using concise output.

2026-05-04
black-box-tester
소프트웨어 품질 보증 분석가·테스터

Build tests from user test plan using strict black-box behavior. Trigger when user asks to generate tests from requirements/spec and avoid implementation leaks. Report untestable requirements with reason, then map each requirement to test status table.

2026-04-28
e2e-via-commands
소프트웨어 품질 보증 분석가·테스터

Use when creating/extending e2e tests with step interpreter and shared commands, where test engine + interpreter path/contract must be confirmed before execution.

2026-04-28
posty
작가·저자

Batch post language polisher. Reads a file (or inline content) with posts separated by "

2026-04-28
ui-component-craft
소프트웨어 개발자

Gathers and validates UI component requirements, asks clarifying questions for missing API/behavior/demo details, requests branding and code-style sources, proposes an implementation plan for approval, then builds pure UI components and optional demo pages in the requested location. Use when the user asks to craft, build, or generate UI components.

2026-04-02
async-implement
소프트웨어 개발자

Orchestrate asynchronous task implementation from a TODO markdown file by launching subagents in separate git worktrees. Use when the user invokes async-implement, asks to execute TODO.md tasks in parallel, or requests multi-agent implementation with isolated branches/worktrees.

2026-03-28
supabase-postgres-best-practices
데이터베이스 아키텍트

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

2026-03-22