Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

gon-stack

gon-stack には polubis から収集した 28 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 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