Explore skills

66,901 skills found

contract-review-lite

0

契約書・利用規約を読み込み、リスク条項・不利な条件・確認すべき点を一覧化するスキル。法的アドバイスではなくチェックリストとして使用する。

Desenvolvimento#aiby YusukeAraiKecku

genai-new

0

Create a new Genai recipe skeleton (genai.recipe.yml + directories) for a new skill. Use when the user asks to create a new Genai skill, recipe, or AI app scaffold.

DevOps e Infra#aiby YusukeAraiKecku

genai-pack

0

Package a compiled Genai skill for sharing — creates a portable zip archive with SKILL.md, input.schema.json, README, and assets. Use when the user wants to distribute or share a compiled skill.

Desenvolvimento#aiby YusukeAraiKecku

genai-security-review

0

Review a genai.recipe.yml or compiled skill bundle for security issues — unsafe tools, network access, hardcoded secrets, overly broad permissions. Use when the user asks for a security review or audit of a Genai skill.

Segurança#aiby YusukeAraiKecku

pixel-art

0

Generate pixel art SVG illustrations for READMEs, docs, or slides. Use when user says "画像素图", "pixel art", "make an SVG illustration", "README hero image", or wants a cute visual.

Documentos#cssby wan-huiyan

goal-conditions

0

Author robust /goal conditions for Claude Code v2.1.139+. Provides the 4-piece recipe (end state + proof + invariant + bound), 6 pattern templates (migration, file-size budget, queue drain, test repair, dep upgrade, docs/changelog), and an anti-pattern checklist. The evaluator that judges /goal conditions only reads the transcript — never runs tools. This skill exists to make conditions the evalua

Desenvolvimento#ai#testby CSZHK

gh-squash-merge-closes-only-one-issue

0

GitHub auto-close on squash-merge only catches ONE issue per PR even when the PR title/body says "Closes #447, #448, #449, #450". The first issue closes; the rest stay OPEN. Use when: (1) you opened a PR with a title or body listing multiple "Closes #X, #Y, #Z" references, (2) the PR squash-merged successfully (`gh pr view N --json state` = MERGED), (3) `gh issue list --state open` shows some of t

Automação#github#gitby wan-huiyan

meeting-to-actions

0

会議メモ・議事録を入力として、決定事項・アクションアイテム・次回アジェンダを構造化して3つのMarkdownファイルとして出力するスキル。

Desenvolvimento#ai#markdownby YusukeAraiKecku

proposal-review

0

提案書・企画書をレビューし、強み・懸念点・改善提案・未解決問題を構造化して出力するスキル。

Desenvolvimento#aiby YusukeAraiKecku

git-pull-after-squash-merge

0

Fix "untracked working tree files would be overwritten by merge" errors when pulling after a squash merge. Use when: (1) `git pull` fails listing files that should already be on main, (2) you just squash-merged a PR and can't pull on another branch, (3) files from a merged branch appear as "untracked" blocking checkout or pull. The root cause is that squash merge creates new commits — the original

Automação#git#aiby wan-huiyan

stacked-pr-base-branch-deletion-auto-closes-dependent

0

Recover from the trap where deleting a base PR's branch (via `gh api -X DELETE refs/heads/<branch>`) auto-closes any open dependent stacked PR, and the closed PR cannot be reopened or retargeted. Use when: (1) you set up a stacked PR pair (PR2's `base` field = PR1's branch instead of `main`), (2) you merged PR1 via squash, (3) you then deleted PR1's remote branch via the API (because `gh pr merge

Marketing#ai#apiby wan-huiyan

pebkac-push

0

PEBKAC Push: A guided git workflow for non-technical contributors to push code changes with proper hygiene. Use this skill whenever a user wants to commit, push, or submit a PR and they are not a professional developer — or whenever anyone asks for help with git push hygiene, safe commits, PR preparation, or code submission guardrails. Also trigger when a user says things like 'push my changes', '

Desenvolvimento#git#aiby StessoDIY