Files
magnus919_agent-skills/.codex-plugin/plugin.json
T
Magnus HedemarkGitHubfactory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
00abbf90a4 feat(skill): add Terraform operational skill (#263)
* feat(skill): add Terraform operational skill

Add a single tool skill for Terraform and OpenTofu operations: module
structure, state backends and locking, plan/apply workflow, drift detection,
remote state, upgrade and refactor flows, and evidence-based diagnostics.
Ships the agent-first tfops wrapper (JSON output, direct state-file analysis,
--dry-run/--yes/--force mutation gate), a fixture-tested suite, six eval
cases, dated references, and routing up to platform-engineering. Closes #243.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>

* fix(skill): clarify missing-binary report in tfops doctor

When the TERRAFORM env override names a binary that cannot be found,
doctor now reports the env value with a (not found) marker instead of
falling back to the generic default name.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>

---------

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

147 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",
"./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"
]
}