Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daniel Petro Skills

Small, composable Agent Skills by Daniel Petro for giving coding agents better feedback loops, sharper design judgment, and more reliable verification habits.

These skills are meant to be practical project tools: discover how a repo builds, prove changes with the right checks, and leave future agents with a loop they can actually run.

Quickstart

Install it with the skills installer:

npx skills@latest add WellDunDun/skills

Then select the skills you want to install in your coding agent.

Why these skills exist

Agents work better when each project has a clear feedback loop. Most failures come from guessing commands, skipping runtime checks, or finishing without evidence that the changed behavior works.

The skills in this repo focus on making those loops explicit: self-driving agent prompts, build commands, targeted tests, full checks, simulator or browser verification, and reviewable evidence.

Skills

  • design-agent-prompt-loop — Designs autonomous prompting loops that let coding agents drive their own next steps, handoffs, reviews, and verification prompts. Use it when you want agents to keep moving without repeated follow-up prompts.
  • flutter-design-taste — Shapes high-taste Flutter UI implementation with product fit, Material and Cupertino choices, theme tokens, motion, accessibility, and performance references.
  • setup-build-verify-loop — Sets up project-specific build, test, runtime, and evidence verification loops for AI agents. Use it when onboarding a repo, documenting build/test commands, creating AGENTS.md instructions, or turning an ad hoc workflow into a repeatable loop.

License

MIT. See LICENSE.

About

Small, composable Agent Skills for better agent feedback loops, design judgment, and verification habits.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors