Files
magnus919_agent-skills/.codex-plugin/plugin.json
T
Magnus HedemarkGitHubfactory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
cd14da26cc feat(skill): add PostgreSQL operational skill (#245) (#265)
Add a one-tool PostgreSQL operations skill: configuration review, index and
query-plan analysis, vacuum/bloat, WAL archiving + point-in-time recovery,
replication/failover, extensions, upgrades, and evidence-based diagnostics.
Ships the read-only pgdiag collector (stdlib, --json, --plan-for, --help
without a cluster), 9 dated references, tests, a human README, 6 eval cases,
and the top-level index + regenerated catalogs. Routes app data access to
backend-engineering and schema design to data-architect/data-engineering.

Closes #245

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-08-03 18:22:28 -04:00

149 lines
3.7 KiB
JSON

{
"name": "magnus919",
"version": "1.0.0",
"description": "AI agent skills — reusable workflows, protocols, and knowledge packs for agentic systems.",
"author": {
"name": "Magnus Hedemark",
"url": "https://github.com/magnus919"
},
"homepage": "https://github.com/magnus919/agent-skills",
"repository": "https://github.com/magnus919/agent-skills",
"license": "MIT",
"keywords": [
"agent-skills",
"engineering",
"product",
"research",
"infrastructure",
"methodology"
],
"skills": [
"./adr-authoring",
"./agent-council",
"./agent-evals-and-observability",
"./agent-skills",
"./api-design-and-evolution",
"./artifact-pyramids",
"./autogen",
"./backend-engineering",
"./binary-analysis",
"./brand-designer",
"./bundles/agent-production-operations",
"./bundles/neckbeard",
"./bundles/product-lifecycle",
"./bundles/production-excellence",
"./bundles/research-and-vault",
"./bundles/tailscale",
"./bundles/workflow-architect",
"./c4-diagramming",
"./capacity-and-cost-engineering",
"./chief-of-staff-methodology",
"./cli-builder",
"./cncf-landscape",
"./color-management",
"./conditional-customer-success",
"./confluence-cli",
"./crewai",
"./crowdsec",
"./cyberpunk",
"./daily-life-discovery",
"./data-architect",
"./data-engineering",
"./data-scientist",
"./de-spin",
"./docker-compose",
"./documents",
"./dspy",
"./epub",
"./esp32-development",
"./financial-modeling",
"./fireflies",
"./flaresolverr",
"./flaresolverr-cli",
"./forgejo-cli",
"./frontend-engineering",
"./ghost-cli",
"./github-runner",
"./go-to-market",
"./grafana",
"./gutenberg",
"./haystack",
"./hugo-theme",
"./implementation-planning",
"./incident-learning",
"./jellyfin-cli",
"./jira-cli",
"./jira-jql",
"./kanban-guru",
"./kubernetes",
"./langchain",
"./langgraph",
"./lastfm",
"./legal-strategy",
"./life-coach",
"./linear",
"./llama-cpp",
"./llamaindex",
"./mermaid-diagrams",
"./meshcore-packet-capture",
"./migration-engineering",
"./ml-engineering",
"./nous-branding",
"./open-knowledge-format",
"./openlibrary-cli",
"./opensource-contributions",
"./operational-design",
"./org-design",
"./pace-plan",
"./peertube",
"./platform-engineering",
"./playwright",
"./postgres",
"./privacy-engineering",
"./product-adoption",
"./product-analytics-and-measurement",
"./product-design-and-ux",
"./product-discovery",
"./product-experimentation",
"./product-lifecycle-learning",
"./product-methodology",
"./product-operations-and-governance",
"./product-roadmapping-and-portfolio",
"./product-strategy",
"./production-readiness",
"./programming-principles",
"./pydanticai",
"./qa-methodology",
"./raleigh",
"./release-engineering",
"./remote-systems-administration",
"./research-methodology",
"./resilience-and-recovery",
"./restic",
"./secure-software-engineering",
"./security-audit-methodology",
"./seo-audit",
"./site-reliability-engineering",
"./software-architecture-analysis",
"./spec-driven-development",
"./strategy-frameworks",
"./supabase",
"./systematic-debugging",
"./technical-documentation",
"./technology-radar",
"./tempest-cli",
"./terraform",
"./three",
"./tmdb-cli",
"./traefik",
"./trakt",
"./transistor",
"./vercel-eve",
"./verification-methodology",
"./web-accessibility",
"./woodpecker-ci",
"./yc-default-alive-calculator",
"./yc-weekly-growth-compass"
]
}