Maintenance Walkthrough - 2026-03-21 banner
sickn33 sickn33

Maintenance Walkthrough - 2026-03-21

Development community intermediate

Description

- Imported and normalized a new batch of external skills into `skills/`, covering Anthropic Claude API/internal comms entries, marketing workflows, SEO orchestration/sub-skills, and Obsidian-focused f

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for sickn33/antigravity-awesome-skills, shared by 10 entries in this directory. It describes the repository, not this entry specifically.

Maintenance Walkthrough - 2026-03-21

  • Imported and normalized a new batch of external skills into skills/, covering Anthropic Claude API/internal comms entries, marketing workflows, SEO orchestration/sub-skills, and Obsidian-focused file-format/CLI skills.
  • Added and standardized the following imported skill families:
    • claude-api, internal-comms
    • ad-creative, ai-seo, churn-prevention, cold-email, content-strategy, lead-magnets, product-marketing-context, revops, sales-enablement, site-architecture
    • seo, seo-competitor-pages, seo-content, seo-dataforseo, seo-geo, seo-hreflang, seo-image-gen, seo-images, seo-page, seo-plan, seo-programmatic, seo-schema, seo-sitemap, seo-technical
    • defuddle, json-canvas, obsidian-bases, obsidian-cli, obsidian-markdown
  • Preserved the existing docx, pdf, pptx, and xlsx aliases as the repository's symlinked *-official entries instead of duplicating those directories.
  • Normalized imported frontmatter so the new skills align with repository validation expectations:
    • shortened oversized descriptions
    • added missing risk, source, and date_added fields where needed
    • added ## When to Use sections across the new imports
    • removed or rewrote imported dangling links that referenced non-existent upstream paths in this repository
  • Added maintainer provenance notes in docs/maintainers/skills-import-2026-03-21.md so the source repository for each imported skill group is documented for future maintenance.
  • Regenerated maintainer-owned derived artifacts after the import:
    • README.md
    • skills_index.json
    • CATALOG.md
    • data/catalog.json
    • data/bundles.json
  • Verified the direct-main maintenance flow with:
    • npm run validate
    • npm run index
    • npm run catalog
    • npm run chain

Maintenance Walkthrough - 2026-03-18

  • Fixed issue #344 by correcting .claude-plugin/marketplace.json so the marketplace plugin entry uses source: "./" instead of ".", matching Claude Code's relative-path schema requirement for marketplace entries.
  • Added tools/scripts/tests/claude_plugin_marketplace.test.js and wired it into the local test suite so invalid marketplace source paths fail fast in CI/maintainer verification.
  • Merged PRs #333, #336, #338, #343, #340, #334, and #345 via GitHub squash merge after maintainer refresh of forked workflows and PR metadata.
  • Closed PR #337 and PR #342 as superseded by #338, then closed issue #339 manually after confirming the accepted fix path; issue #335 auto-closed from the merged PR body.
  • Closed issue #344 with a follow-up comment after shipping the plugin marketplace fix on main, and left PR #341 open with a blocking review comment because the submitted skill content is corrupted even though CI is green.
  • Documented a new maintainer edge case in .github/MAINTENANCE.md: forked runs in action_required, pr-policy failure