Agensi Skill Publishing Assistant With Grok

Run a complete pre-publish readiness check on your skills — version consistency, marketplace reference audit, internal path cleanup, and clear 0.0.1 vs 0.1.0 publishing decision.

Install
cmdop skills install agensi-agensi-skill-publishing-assistant-with-grok

The Agensi Skill Publishing Assistant with Grok is a skill designed to run a structured pre-flight review on other skills before they are submitted to the Agensi marketplace. It addresses common rejection causes and conversion issues by inspecting the skill’s structure, metadata, and marketplace positioning across several distinct audit phases.

The structural audit validates frontmatter, trigger conditions, and operating procedures against Agensi marketplace standards. The consistency check confirms that version numbers match across all agent configuration files and flags author-specific local paths or private references that would make a skill fail a universality test. A marketplace analytics pass evaluates summaries, descriptions, and use-case statements for keyword attention and discoverability. Finally, the skill produces a prioritized Readiness Report that separates must-fix issues from high-impact improvements and cosmetic polish items.

Specifically, it covers the Pre-Publish Checklist v0.5 review, which includes performance signals, version hygiene, and universality checks, and a Phase 2b Marketplace Reference and Internal Consistency Audit that enforces future-proof version language and removes references to private paths or non-live Agensi cross-references. It also provides Branch 1, 2, or 3 decision guidance to help a developer choose between auto-prefill, a pre-zip test, or writing full custom marketplace copy.

This skill is specific to the Agensi platform and is not a general-purpose code linter or publishing tool for other marketplaces.

Use cases

  • Catch version drift across agent config files before submitting a skill to Agensi
  • Remove private file paths and non-live marketplace references from a skill package
  • Get a prioritized list of must-fix issues blocking marketplace approval
  • Evaluate skill descriptions and use-case copy for keyword discoverability on Agensi
  • Decide whether to use auto-prefill, pre-zip testing, or custom marketplace copy
  • Validate frontmatter and trigger conditions against Agensi marketplace standards

When to use it

  • When preparing a skill for first-time submission to the Agensi marketplace
  • When a skill has been rejected and the developer needs a structured audit of what to fix
  • When a previously approved skill is being updated and version consistency needs verification
  • When marketplace copy (summaries, descriptions) needs a discoverability review before publishing

When not to use it

  • For publishing skills or agents to marketplaces other than Agensi
  • As a general-purpose code linter or static analysis tool for arbitrary codebases
  • When no Agensi skill package exists yet — this skill reviews existing artifacts, not greenfield drafts
  • For MCP server publishing workflows, which have different metadata and packaging requirements