Agent skill
agentic-export
Export reusable assets from a project into this repository's v0.2 plugin architecture (skills, templates, agents).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/agentic-export
SKILL.md
Agentic Export
Export assets from a project into this repository.
Arguments
- asset_type:
skill|template|agent - asset_name_or_path: source asset name/path in project
- agentic_config_path: optional path to this repository
- options: optional flags (
--plugin,--force,--dry-run)
Request: $ARGUMENTS
Execution
Delegate to shared logic via explicit skill invocation:
Skill(skill="agentic-share", args="export $ARGUMENTS")
Examples
# Export project skill into ac-tools plugin
/agentic-export skill my-skill --plugin ac-tools
# Export template directory
/agentic-export template templates/release-checklist
# Export an agent markdown file
/agentic-export agent /absolute/path/to/spec-reviewer.md
# Dry run preview
/agentic-export skill my-skill --plugin ac-qa --dry-run
Pre-Flight Check
Before delegating, verify:
- Source asset exists in the project.
- Destination repository path is resolvable.
- For
skill, destination plugin is explicit or inferable.
If checks fail, provide a clear error and stop.
Path Resolution
Repository path resolution order:
- Explicit argument
- Current working directory (skill runs inside repo)
- Abort if not in agentic-config repo
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?