원클릭으로
agentic-export
Export reusable assets from a project into this repository's v0.2 plugin architecture (skills, templates, agents).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Export reusable assets from a project into this repository's v0.2 plugin architecture (skills, templates, agents).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Finds the true merge-base/fork-point of a git branch, detecting history rewrites from rebases and squashes. Handles unknown parent branches. Triggers on keywords: find fork, merge-base, branch fork point, where did branch start, git fork, branch origin
Creates comprehensive GitHub Pull Requests with authentication validation and structured documentation. Triggers on keywords: pull request, PR, create PR, open PR
Full release workflow including changelog validation, squash, rebase, push, merge to main, and GitHub release preparation. Triggers on keywords: release, create release, publish release, tag release
Creates a git worktree with asset setup, serial branch/bootstrap creation, shared worker-wave environment setup, and direnv wiring. Triggers on keywords: worktree, create worktree, new worktree, git worktree
Hardens package-manager supply chain configuration with minimum release age policies, dry-run gates, and optional dependency security review. Triggers on keywords: harden supply chain, supply chain security, minimum release age, package age gate
Reports issues to agentic-config repository via GitHub CLI. Supports bug reports and feature requests. Triggers on keywords: issue, report bug, feature request, ac issue
| name | agentic-export |
| description | Export reusable assets from a project into this repository's v0.2 plugin architecture (skills, templates, agents). |
| project-agnostic | false |
| allowed-tools | ["Read","Write","Edit","Bash","Glob","Grep","Skill"] |
Export assets from a project into this repository.
skill | template | agent--plugin, --force, --dry-run)Request: $ARGUMENTS
Delegate to shared logic via explicit skill invocation:
Skill(skill="agentic-share", args="export $ARGUMENTS")
# 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
Before delegating, verify:
skill, destination plugin is explicit or inferable.If checks fail, provide a clear error and stop.
Repository path resolution order: