一键导入
agentic-share
Shared core logic for importing/exporting reusable assets into the v0.2 plugin architecture. Internal helper for agentic-import and agentic-export.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Shared core logic for importing/exporting reusable assets into the v0.2 plugin architecture. Internal helper for agentic-import and agentic-export.
用 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-share |
| description | Shared core logic for importing/exporting reusable assets into the v0.2 plugin architecture. Internal helper for agentic-import and agentic-export. |
| project-agnostic | false |
| allowed-tools | ["Read","Write","Edit","Bash","Glob","Grep"] |
Core logic for moving reusable assets between projects and this repository.
import | exportskill | template | agent--plugin, --force, --dry-run)Parsed from: $ARGUMENTS
| Type | Project Source | Repository Target |
|---|---|---|
| skill | .claude/skills/<name>/ or explicit skill dir | plugins/<plugin>/skills/<name>/ |
| template | templates/<name>/ | templates/<name>/ |
| agent | explicit agent markdown path | plugins/ac-workflow/agents/<name>.md |
Notes:
--plugin is required unless destination can be inferred.import or export).skill, template, agent)..claude-plugin/marketplace.jsonplugins//Users/..., /home/...) -> {USER_HOME}api_key, token, secret, bearer values) -> {REDACTED}--dry-run).--force or explicit confirmation.After successful import/export, offer a commit for only touched asset paths.
Conventional message pattern:
feat(assets): import <asset_type> '<asset_name>'
(or export accordingly)
| Error | Action |
|---|---|
| Invalid mode/type | Abort with valid choices |
| Repository root not detected | Abort and request running from repo root |
| Source missing | Abort and print source path |
| Sanitization blockers remain | Abort and print blocker lines |
| Target exists without force | Ask for overwrite confirmation |