← All projects

skills

by @ipenywis

Active 17

Skills for daily software engineering tasks

About this project

Agentic Engineering Skills Portable skills for building better and faster with coding agents like Codex, Claude Code, and other SKILL.md-compatible tools. These skills are inspired by the workflow Andrej Karpathy uses to build quality software faster and more reliably with AI agents: write a precise spec, define a verifier, and improve the environment the agent works inside. This collection is intentionally small. V1 focuses on one reusable engineering loop plus a research-only ask mode: Turn vague work into a tight spec. Define verification before implementation. Build inside a reusable agent environment. Run the work in small checkpoints instead of one giant handoff. Install After this repository is published on GitHub: This installs the collection from ipenywis/skills. Skills Skill Purpose --- --- c1-agent-build-loop Orchestrate a full spec-to-verify coding-agent session. c1-agent-spec Convert vague requests into decision-ready implementation specs. c1-agent-verify Create and run verification plans for agent-built work. c1-agent-environment Set up reusable project context, knowledge layout, and guardrails.

From the project README on GitHub

Stars
17
Forks
3
License
MIT
Last push
26 Jun 2026

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/skills.svg)](https://www.madeinalgeria.dev/projects/skills)

Related projects