Skip to content

Workflow and Skill Creation Skills

Skills for repeatable agent workflows, GitHub work, notebooks, and creating new skills.

Use this category when you know the broad job but still need to decide which skill is worth invoking. Start from the task, then check the source, dependency, first run, and exit conditions.

SkillBest forSource
Skill Creator SkillGuides the creation of skills that extend an agent with specialized workflows.officialskills.sh
Template SkillProvides a basic template for creating new skills.officialskills.sh
GitHub Address Comments SkillAddresses review and issue comments on open GitHub pull requests via CLI.officialskills.sh
GitHub Fix CI SkillDebugs and fixes failing GitHub Actions checks through log inspection.officialskills.sh
Jupyter Notebook SkillCreates clean, reproducible Jupyter notebooks for experiments and tutorials.officialskills.sh
  • Turn recurring agent work into a reusable procedure.
  • Handle GitHub or notebook tasks without mixing them into general coding prompts.
  • Create or review skills with clear triggers, inputs, outputs, and guardrails.
  • The workflow is one-off and not worth turning into a skill.
  • The task would auto-publish, merge, or push without human review.
  • The requested skill is too broad to maintain safely.
CheckGuidance
Main dependencyRepository, issue or PR context, notebook runtime, or skill authoring target
Best first useRun it on one bounded workflow and keep the output reviewable.
Smallest safe scopeStart with a low-risk example, preview environment, small file, or read-only target so the result can be reviewed.
When to switchIf the task falls outside this category’s real boundary, go back to the Awesome Skills overview and choose a closer category.
  1. Skill Creator Skill - Guides the creation of skills that extend an agent with specialized workflows.
  2. Template Skill - Provides a basic template for creating new skills.
  3. GitHub Address Comments Skill - Addresses review and issue comments on open GitHub pull requests via CLI.
  4. GitHub Fix CI Skill - Debugs and fixes failing GitHub Actions checks through log inspection.
  5. Jupyter Notebook Skill - Creates clean, reproducible Jupyter notebooks for experiments and tutorials.
  • Browser, Testing, Quality - Skills for browser automation, local app checks, Core Web Vitals, accessibility, and web quality review.
  • Frontend and Design - Skills for UI composition, framework patterns, design reviews, and frontend implementation decisions.
  • Deployment and Platform Ops - Skills for deploying, configuring, and operating cloud platforms and hosting providers.
  • Security and Review - Skills for threat modeling, static analysis, code review, and security-focused investigation.