agents
FRI, JUN 19, 2026

Install in one line

Skills and guidelines for AI coding agents.

A version-controlled source of portable Agent Skills and coding guidelines that drop straight into your project.

example · laravel
$ curl https://agents.c11.dev/laravel | sh

Swap laravel for any topic. Read before you run: drop | sh to print the script first.

Skills
2
spec-compliant
Guideline topics
2
php · laravel
Agents supported
5+
host-agnostic
Runtime deps
1
just curl

Skills

self-contained · agentskills.io spec

firecrawl

Fast, reliable web context for agents — search, scrape, and interact with live pages.

$ npx skills add codefriendly/agents --skill firecrawl

mypka-drop

Push operational project updates from a working repo into a personal-knowledge vault as a one-way Team Inbox drop — separating the why from the what.

$ npx skills add codefriendly/agents --skill mypka-drop

Guidelines

composable · requires[] resolves prerequisites

php

General code style and PHP language conventions.

$ curl https://agents.c11.dev/php | sh

laravel requires php

Laravel framework conventions — Eloquent, Blade, testing, Filament.

$ curl https://agents.c11.dev/laravel | sh