{"id":49285289,"url":"https://github.com/danmestas/agent-skills","last_synced_at":"2026-04-25T21:07:36.718Z","repository":{"id":335283175,"uuid":"1145070002","full_name":"danmestas/agent-skills","owner":"danmestas","description":"A collection of skills for AI coding agents — design principles, project management, testing, and DevOps utilities","archived":false,"fork":false,"pushed_at":"2026-04-11T07:11:33.000Z","size":208,"stargazers_count":0,"open_issues_count":23,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-11T09:20:48.824Z","etag":null,"topics":["agent","ai","claude","claude-code","coding-agent","developer-tools","github-projects","jira","project-management","skills","software-design","testing"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danmestas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-01-29T11:40:28.000Z","updated_at":"2026-04-11T07:11:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"2bfd74aa-a05b-4e7d-b3b1-3707fcd78cf8","html_url":"https://github.com/danmestas/agent-skills","commit_stats":null,"previous_names":["danmestas/agent-skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danmestas/agent-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danmestas%2Fagent-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danmestas%2Fagent-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danmestas%2Fagent-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danmestas%2Fagent-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danmestas","download_url":"https://codeload.github.com/danmestas/agent-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danmestas%2Fagent-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32276681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"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":["agent","ai","claude","claude-code","coding-agent","developer-tools","github-projects","jira","project-management","skills","software-design","testing"],"created_at":"2026-04-25T21:07:35.950Z","updated_at":"2026-04-25T21:07:36.711Z","avatar_url":"https://github.com/danmestas.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Agent Skills\n\nA collection of skills for AI coding agents. Skills are packaged instructions and optional scripts that extend agent capabilities beyond their default behavior.\n\nSkills follow the [Agent Skills format](https://github.com/anthropics/agent-skills).\n\n## Available Skills\n\n### Design \u0026 Architecture\n\n| Skill | Description |\n|-------|-------------|\n| [hipp](skills/hipp) | Dr. D. Richard Hipp's software design philosophy (SQLite, Fossil SCM). Small, fast, reliable, self-contained, zero-config, built to last decades. |\n| [ousterhout](skills/ousterhout) | John Ousterhout's *A Philosophy of Software Design*. Deep modules, information hiding, strategic programming, minimizing cognitive load. |\n| [tigerstyle](skills/tigerstyle) | TigerBeetle's coding style for safety-critical systems. Safety \u003e Performance \u003e DX, zero technical debt, NASA Power of Ten rules, assertion-heavy development. |\n\n### Language-Specific\n\n| Skill | Description |\n|-------|-------------|\n| [idiomatic-go](skills/idiomatic-go) | Jon Bodner's *Learning Go* idiomatic patterns. Anti-patterns table for error handling, slices, interfaces, concurrency, and design. Clarity over cleverness. |\n\n### UI \u0026 Interaction Design\n\n| Skill | Description |\n|-------|-------------|\n| [norman](skills/norman) | Don Norman's principles of interaction design. Affordances, signifiers, mapping, feedback, conceptual models, constraints, and error prevention. |\n| [dx-audit](skills/dx-audit) | Systematic DX/UX scoring by enumerating real workflows, identifying friction, and calculating weighted scores with ranked improvements. |\n\n### Project Management\n\n| Skill | Description |\n|-------|-------------|\n| [linear-method](skills/linear-method) | The Linear Method for issue management. Plain-language issues, 4-priority system, hierarchy, cycles, and backlog hygiene. |\n| [atlassian-cli-jira](skills/atlassian-cli-jira) | Manage Jira Cloud via Atlassian CLI (acli). Search, create, edit, transition, comment, link, bulk operations, and sprint discovery. |\n| [gh-project-setup](skills/gh-project-setup) | Create and configure GitHub Projects V2 with context-aware template selection (kanban, bug-tracker, feature-dev, roadmap, research, release-planning). |\n| [gh-project-operations](skills/gh-project-operations) | Daily GitHub Projects V2 operations. CRUD on issues, status changes, bulk operations, CSV import/export, and charter coordination. |\n| [gh-project-charter](skills/gh-project-charter) | Project charter management for GitHub Projects V2. Goals, scope, success criteria, and change logging with progressive enhancement. |\n| [gh-project-shared](skills/gh-project-shared) | Shared utilities for the gh-project-* skills. CLI validation, auth checking, config management, and error handling. Not directly invoked. |\n\n### Testing\n\n| Skill | Description |\n|-------|-------------|\n| [deterministic-simulation-testing](skills/deterministic-simulation-testing) | Collapse distributed systems into single-threaded simulations with controlled non-determinism. BUGGIFY fault injection, VOPR patterns, invariant checking. |\n| [midscene-testing](skills/midscene-testing) | Screenshot-driven browser smoke testing via Midscene's headless Puppeteer mode. Ad-hoc UI validation, Datastar/HTMX/SSE testing, report consolidation. |\n\n### Web Frameworks\n\n| Skill | Description |\n|-------|-------------|\n| [datastar-tao](skills/datastar-tao) | The Tao of Datastar — philosophy for hypermedia-driven web apps. Backend owns state, SSE, HTML-over-the-wire, DOM morphing. |\n| [datastar-patterns](skills/datastar-patterns) | Datastar UI implementation patterns — search, inline editing, infinite scroll, file upload, validation, bulk operations, polling. |\n\n### Observability\n\n| Skill | Description |\n|-------|-------------|\n| [signoz-dashboard-builder](skills/signoz-dashboard-builder) | Create and update SigNoz dashboards via MCP API. Panels for metrics, logs, traces, and Claude Code telemetry. |\n\n### Knowledge Management\n\n| Skill | Description |\n|-------|-------------|\n| [knowledge-base](skills/knowledge-base) | LLM-maintained knowledge bases as Obsidian-compatible wikis. Ingest sources, query accumulated research, lint for consistency. |\n\n### Code Search\n\n| Skill | Description |\n|-------|-------------|\n| [mgrep-code-search](skills/mgrep-code-search) | Semantic code search using mgrep. Natural language queries across code, text, PDFs, and images. Complements grep/ripgrep for finding features, understanding intent, and exploring unfamiliar codebases. |\n\n### Agent Tooling\n\n| Skill | Description |\n|-------|-------------|\n| [apm-builder](skills/apm-builder) | Build and distribute APM (Agent Package Manager) bundles. Scaffold packages, author primitives (skills, agents, instructions, hooks), target Claude Code/Copilot/Cursor, and export plugins. Full CLI reference included. |\n\n### DevOps \u0026 Utilities\n\n| Skill | Description |\n|-------|-------------|\n| [doppler](skills/doppler) | Migrate `.env` files to Doppler secrets management. Detect secrets, create projects, push to Doppler, and set up multi-environment configs. |\n| [apple-contacts](skills/apple-contacts) | Manage Apple Contacts from the terminal via `contactbook` CLI. Full CRUD, group management, search by name/phone/email/org. macOS only. |\n| [cloudflare-email](skills/cloudflare-email) | Send outbound email from a Cloudflare-hosted domain via REST API or Workers binding. No SMTP — complements Email Routing for full send/receive without a mailbox provider. |\n\n## Installation\n\nInstall all skills from this repo:\n\n```bash\nnpx skills add danmestas/agent-skills\n```\n\nInstall a single skill:\n\n```bash\nnpx skills add danmestas/agent-skills --skill \u003cskill-name\u003e\n```\n\nExample:\n\n```bash\nnpx skills add danmestas/agent-skills --skill tigerstyle\n```\n\n## Usage\n\nSkills are automatically available once installed. The agent uses them when relevant tasks are detected.\n\nExamples:\n\n```\nWrite a Go HTTP handler with proper error handling     # triggers idiomatic-go\nReview this module for unnecessary complexity          # triggers ousterhout\nAudit the DX of this CLI tool                          # triggers dx-audit\nSet up a GitHub project board for this repo            # triggers gh-project-setup\nCreate a Jira issue for ABC-123                        # triggers atlassian-cli-jira\nMigrate my .env files to Doppler                       # triggers doppler\nBuild a Datastar search component                      # triggers datastar-patterns\nIngest this article into my research wiki              # triggers knowledge-base\nWhere is authentication handled in this codebase?      # triggers mgrep-code-search\n```\n\n## Skill Structure\n\nEach skill contains:\n\n- `SKILL.md` - Instructions for the agent (required)\n- `scripts/` - Helper scripts for automation (optional)\n- `references/` - Supporting documentation (optional)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanmestas%2Fagent-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanmestas%2Fagent-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanmestas%2Fagent-skills/lists"}