skills

agent
Security Audit
Warn
Health Warn
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Pass
  • Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

Agent skills for Codex, Claude Code and other coding agents.

README.md

Ian's agent skills

Agent skills I use in my own projects. Each skill is self-contained under
skills/, including any scripts or references it needs.

Install one skill:

npx skills add iannuttall/skills --skill png2svg

Run the command without --skill to choose interactively:

npx skills add iannuttall/skills

Available skills

Skill What it does
png2svg Reconstructs geometric PNG logos as small, editable SVGs
chrome-webstore-release-blueprint Sets up Chrome Web Store release automation
find-skills Finds and installs agent skills through Playbooks
get-url Fetches a URL as clean markdown through Playbooks

Working on the skills

The installable folders stay under skills/<name>/. Tests, examples and
private working files sit outside those folders so users only install what
the agent needs.

png2svg has the largest development harness:

uv sync
uv run pytest
uvx --from skills-ref agentskills validate ./skills/png2svg

Private artwork and generated comparison files belong in the ignored
work/ directory.

Reviews (0)

No results found