🍳 skillet

A package manager for AI agent skills. Install any of these with one command.

npx @jnmetacode/skillet add <name>
30 skills

algorithmic-art

source-available

Generate algorithmic / generative art and visual patterns in code.

artgenerativecreativevisual
npx @jnmetacode/skillet add algorithmic-art
anthropics/skills/skills/algorithmic-art ↗

brainstorming-zh

MIT

(中文)任何创造性工作前先用:通过协作式提问把想法打磨成完整设计与规格,再动手实现。来自 superpowers-zh(5.2k★)。

chinesezhdesignbrainstormingplanning
npx @jnmetacode/skillet add brainstorming-zh
jnMetaCode/superpowers-zh/skills/brainstorming ↗

brand-guidelines

source-available

Apply a brand's guidelines (colors, typography, voice) consistently when producing assets.

branddesignguidelinesmarketing
npx @jnmetacode/skillet add brand-guidelines
anthropics/skills/skills/brand-guidelines ↗

canvas-design

source-available

Compose graphics on an HTML canvas — posters, social images, layouts.

canvasdesigngraphicsimages
npx @jnmetacode/skillet add canvas-design
anthropics/skills/skills/canvas-design ↗

changelog

MIT

Generate or update a CHANGELOG.md in Keep a Changelog format from real git history. Use when cutting a release or asked "what changed since…".

changelogreleasegitsemver
npx @jnmetacode/skillet add changelog
jnMetaCode/skillet/skills/changelog ↗

claude-api

source-available

Build with the Claude API: models, tool use, streaming, and Anthropic SDK usage.

claudeanthropicapisdkllm
npx @jnmetacode/skillet add claude-api
anthropics/skills/skills/claude-api ↗

conventional-commits

MIT

Write precise Conventional Commits messages from the actual staged diff. Use whenever committing code or asked to write/fix a commit message.

gitcommitsconventional-commitsworkflow
npx @jnmetacode/skillet add conventional-commits
jnMetaCode/skillet/skills/conventional-commits ↗

dispatching-parallel-agents-zh

MIT

(中文)把可并行的独立工作拆给多个子 agent 同时执行的调度方法。来自 superpowers-zh(5.2k★)。

chinesezhsubagentsparallelorchestration
npx @jnmetacode/skillet add dispatching-parallel-agents-zh
jnMetaCode/superpowers-zh/skills/dispatching-parallel-agents ↗

doc-coauthoring

source-available

Collaboratively draft and edit long-form documents with the user.

writingdocumentseditingcollaboration
npx @jnmetacode/skillet add doc-coauthoring
anthropics/skills/skills/doc-coauthoring ↗

docx

source-available

Create, edit and analyze Word documents with tracked changes, comments and formatting preservation.

docxworddocumentswriting
npx @jnmetacode/skillet add docx
anthropics/skills/skills/docx ↗

engram-memory

MIT

Give the agent durable, local memory with engram — recall past decisions before answering, persist new decisions and preferences. Use when work spans sessions or the user says "remember".

memoryrecallengramlocal-firstdecisionsmcp
npx @jnmetacode/skillet add engram-memory
jnMetaCode/skillet/skills/engram-memory ↗

incident-postmortem

MIT

Write a blameless, actionable incident postmortem from the raw facts. Use after an outage or when writing up "what happened".

postmortemincidentsrewriting
npx @jnmetacode/skillet add incident-postmortem
jnMetaCode/skillet/skills/incident-postmortem ↗

internal-comms

source-available

Write clear internal communications — announcements, updates, and team messaging.

writingcommunicationsworkplace
npx @jnmetacode/skillet add internal-comms
anthropics/skills/skills/internal-comms ↗

mcp-builder

source-available

Scaffold and build Model Context Protocol (MCP) servers that expose tools to agents.

mcptoolsserversintegration
npx @jnmetacode/skillet add mcp-builder
anthropics/skills/skills/mcp-builder ↗

pdf

source-available

Extract text and tables from PDFs, fill forms, merge/split, OCR, and create new PDFs. Use for anything involving a .pdf.

pdfdocumentsextractionformsocr
npx @jnmetacode/skillet add pdf
anthropics/skills/skills/pdf ↗

pptx

source-available

Create, edit and analyze PowerPoint presentations: layouts, templates, charts, automated slide generation.

pptxpowerpointslidespresentationsdocuments
npx @jnmetacode/skillet add pptx
anthropics/skills/skills/pptx ↗

pr-description

MIT

Write a reviewer-first pull-request description from the actual branch diff. Use when opening a PR or asked to write/improve a PR description.

gitpull-requestreviewworkflow
npx @jnmetacode/skillet add pr-description
jnMetaCode/skillet/skills/pr-description ↗

repo-onboarding

MIT

Systematically map an unfamiliar codebase before changing it — entry points, build/test loop, conventions, data flow. Use when starting work in a repo you haven't seen.

onboardingcodebaseexplorationarchitecture
npx @jnmetacode/skillet add repo-onboarding
jnMetaCode/skillet/skills/repo-onboarding ↗

self-evolve

MIT

Make the agent improve with every task — review the run, distill lessons into durable memory, and reinforce what worked. Use at the end of any non-trivial task.

self-improvementmemoryreflectionengramtraceletfeedback
npx @jnmetacode/skillet add self-evolve
jnMetaCode/skillet/skills/self-evolve ↗

skill-creator

source-available

Author new, well-structured agent skills — scaffolding, conventions and best practices for writing SKILL.md.

metaauthoringscaffoldskills
npx @jnmetacode/skillet add skill-creator
anthropics/skills/skills/skill-creator ↗

subagent-driven-development-zh

MIT

(中文)用子 agent 驱动开发的完整工作流:拆解、委派、验收。来自 superpowers-zh(5.2k★)。

chinesezhsubagentsworkflowdevelopment
npx @jnmetacode/skillet add subagent-driven-development-zh
jnMetaCode/superpowers-zh/skills/subagent-driven-development ↗

systematic-debugging

MIT

Root-cause a bug with a hypothesis-driven loop instead of shotgun edits. Use when a bug isn't obvious after the first look.

debuggingroot-causebisectmethodology
npx @jnmetacode/skillet add systematic-debugging
jnMetaCode/skillet/skills/systematic-debugging ↗

test-writing

MIT

Write tests that catch real regressions — behavior-focused, minimal mocking, edge cases from the code's actual branches. Use when adding or backfilling tests.

testingunit-testsregressionquality
npx @jnmetacode/skillet add test-writing
jnMetaCode/skillet/skills/test-writing ↗

theme-factory

source-available

Generate cohesive visual themes — color systems, type scales and design tokens.

themedesigncolorstokensbranding
npx @jnmetacode/skillet add theme-factory
anthropics/skills/skills/theme-factory ↗

tracelet-instrument

MIT

Instrument an AI agent or LLM app with OpenTelemetry and watch its runs live in tracelet. Use when adding tracing/observability to an agent or debugging what an agent actually did.

observabilityopentelemetryotlptracingdebuggingagents
npx @jnmetacode/skillet add tracelet-instrument
jnMetaCode/skillet/skills/tracelet-instrument ↗

web-artifacts-builder

source-available

Create elaborate, multi-component HTML artifacts with modern frontend web technologies (React, Tailwind).

frontendartifactsreacthtml
npx @jnmetacode/skillet add web-artifacts-builder
anthropics/skills/skills/web-artifacts-builder ↗

webapp-testing

source-available

Interact with and test local web applications using Playwright — verify frontend functionality end to end.

testingplaywrightwebappe2e
npx @jnmetacode/skillet add webapp-testing
anthropics/skills/skills/webapp-testing ↗

xlsx

source-available

Open, read, edit, format, chart and create spreadsheets (.xlsx/.xlsm/.csv/.tsv), including formulas and data cleaning.

xlsxexcelspreadsheetscsvdata
npx @jnmetacode/skillet add xlsx
anthropics/skills/skills/xlsx ↗
No skills match your search.