{"id":47915487,"url":"https://github.com/vmvarela/skills","last_synced_at":"2026-04-04T05:33:56.130Z","repository":{"id":340976768,"uuid":"1168419225","full_name":"vmvarela/skills","owner":"vmvarela","description":"Agent skills for AI coding assistants — reusable capabilities installable via npx skills add vmvarela/skills","archived":false,"fork":false,"pushed_at":"2026-03-27T15:54:15.000Z","size":248,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-28T00:49:24.718Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vmvarela.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-27T11:15:22.000Z","updated_at":"2026-03-17T18:22:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/vmvarela/skills","commit_stats":null,"previous_names":["vmvarela/skills"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/vmvarela/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmvarela%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmvarela%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmvarela%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmvarela%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vmvarela","download_url":"https://codeload.github.com/vmvarela/skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmvarela%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31389385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-04T05:33:50.672Z","updated_at":"2026-04-04T05:33:56.117Z","avatar_url":"https://github.com/vmvarela.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# skills\n\n## The Big Idea\n\nMost code generation agents write plausible code but lack *method*: they guess at logic instead of deriving it, produce wall-of-text docs nobody reads, and manage projects by vibes. This repo fixes that. Each skill here makes your agent write correct code by construction, concise docs that people *actually* read, and run projects with clear, low-friction processes. Install once—your agent stops guessing and starts working methodically.\n\n## Quick Start\n\n```sh\nnpx skills add vmvarela/skills\n```\n\nAll skills here become available to your agent instantly (Copilot, Claude, Cursor, Windsurf, and [others](https://skills.sh)).\n\n## Skills\n\n### [pragmatic-docs](skills/pragmatic-docs/SKILL.md)\nWrite documentation that respects the reader's time and actually gets read. Starts with \"why,\" uses real examples, acknowledges trade-offs, and never pads with boilerplate. Inspired by [Philip Greenspun](https://philip.greenspun.com/). *Example*: Your README now makes the project’s why and use cases obvious in one glance.\n\nBest for: READMEs, module docs, setup and architecture—anything meant for humans.\n\n### [pragmatic-build](skills/pragmatic-build/SKILL.md)\nEliminate duplication, decouple code, program deliberately, and always refactor when it feels wrong. Grounded in *The Pragmatic Programmer*: Tell-Don't-Ask, crash early on the impossible, test to guide design, and never leave \"broken windows\". *Example*: You’ll stop making changes in four places when the requirements change in one.\n\nBest for: Building features, fixing bugs, refactoring—any code you don’t want to fear six months later.\n\n### [strategic-planning](skills/strategic-planning/SKILL.md)\nPlan modules that are deep, information-hiding, and simple to use. Pull complexity downward, rework API designs before writing a line of implementation, and always sketch two radically different designs before you choose. Based on *A Philosophy of Software Design*. *Example*: No more pass-through wrappers—every module earns its place and simplifies the codebase.\n\nBest for: Greenfield architecture, interface decisions, and any moment where you want future-you to thank you.\n\n## Under the Hood\n\nEach skill lives at `skills/\u003cname\u003e/SKILL.md` with YAML frontmatter (`name`, `description`). Add a skill = create a directory, write SKILL.md, done. No builds, configs, or magic registries.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmvarela%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvmvarela%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmvarela%2Fskills/lists"}