Files
magnus919_agent-skills/.codex-plugin/plugin.json
T
Magnus HedemarkGitHubfactory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
3256a87bcb feat(skill): add collaboration & business-app tool layer (Slack, Notion, email, CRM, payments) (#269)
Adds five top-level operational tool skills, one per named tool:

- slack: messages, channels, threads, search, files, and webhook signature
  verification (HMAC-SHA256) via a bounded, stdlib-only slack-cli.
- notion: pages, database queries, search, and guarded page updates via
  notion-cli.
- email: transactional email via Twilio SendGrid (send, deliverability
  bounces/spam reports, Signed Event Webhook verification with a
  self-contained ECDSA P-256 verifier) via email-cli.
- crm: HubSpot CRM records, contact search, and deal pipeline views with
  guarded stage updates via crm-cli.
- stripe: read-only-first balance, payment, and subscription queries with
  a guarded period-end subscription cancellation via stripe-cli.

Each skill ships an executable script (--json output, --limit bounded reads,
--dry-run/--yes mutation gate), a human README with the five required
sections, a schema-v1 evals/evals.json with six output-quality cases, a dated
source index + operations reference, and a deterministic unittest suite run
by check-artifacts. All five are indexed in the top-level README and the
generated catalogs were regenerated. Eval coverage rises from 78/139 to
83/144.

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

157 lines
3.8 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",
"./crm",
"./crowdsec",
"./cyberpunk",
"./daily-life-discovery",
"./data-architect",
"./data-engineering",
"./data-scientist",
"./de-spin",
"./docker-compose",
"./documents",
"./dspy",
"./email",
"./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",
"./mobile-development",
"./notion",
"./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",
"./slack",
"./software-architecture-analysis",
"./spec-driven-development",
"./strategy-frameworks",
"./stripe",
"./supabase",
"./systematic-debugging",
"./technical-documentation",
"./technology-radar",
"./telemetry",
"./tempest-cli",
"./terraform",
"./three",
"./tmdb-cli",
"./traefik",
"./trakt",
"./transistor",
"./vercel-eve",
"./verification-methodology",
"./vllm",
"./web-accessibility",
"./woodpecker-ci",
"./yc-default-alive-calculator",
"./yc-weekly-growth-compass"
]
}