publish

Publish private guideline entities to a configured write-scope repository.

96|11|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/AgentToolkit/altk-evolve --skill publish-agenttoolkit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: publish
Source: https://github.com/AgentToolkit/altk-evolve/tree/main/platform-integrations/bob/evolve-lite/skills/evolve-lite%3Apublish
Command: npx skills add https://github.com/AgentToolkit/altk-evolve --skill publish-agenttoolkit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires audit, config, entity_io, and includes scripts (resource) components.

What problem does it solve?

Publish private guideline entities from local guideline storage into a configured write-scope repository, ensuring consistent metadata and easy collaboration across teams.

Core Features & Use Cases

  • Publish one or more guideline entities from .evolve/entities/guideline into a configured write-scope repository.
  • Stamp each published entity with visibility: public, owner, published_at, and source, then move it into the local clone of the target repo for committing and pushing.
  • Maintain synchronization between local and remote clones via evolve-lite:sync and log publish actions for auditability.

Quick Start

Publish a guideline by running the evolve-lite:publish command with the target entity name and the chosen write-scope repository.

Frequently Asked Questions about publish

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish private guidelines to a remote git repository?

To publish private guidelines to a remote git repository, run the evolve-lite:publish command with the target entity name and write-scope repository. The skill clones, stamps metadata, commits, and pushes automatically.

What metadata is stamped when publishing guideline entities to a write-scope repo?

Publishing guideline entities to a write-scope repo stamps each item with visibility, owner, published_at, and source attributes. This ensures consistent metadata before committing to the remote git repository.

Can I publish multiple guideline entities at once using evolve-lite?

Yes, you can publish multiple guideline entities at once using evolve-lite. The skill supports single or multiple guideline publications from local storage into the configured write-scope repository.

Does publishing guidelines require a configured write-scope repository?

Publishing guidelines requires a configured write-scope repository. The skill validates configuration and enforces write-scope constraints before transforming private entities and pushing them to the remote git repository.

How does guideline publishing maintain an audit trail for remote repository commits?

Guideline publishing maintains an audit trail by logging publish actions and synchronizing local and remote clones via evolve-lite:sync. This ensures all repository commits are traceable and auditable.

What happens to private guidelines after they are published to a write-scope repo?

After guidelines are published to a write-scope repo, they are transformed into public entities. The original private guideline is moved into the local clone of the target repo for committing and pushing.