rename: smartgift-* -> sg-* (plugins, skills, marketplace name)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
|
||||
"name": "smartgift-all",
|
||||
"name": "sg-all",
|
||||
"version": "0.1.0",
|
||||
"description": "Smartgift — toàn bộ skill: md-writing (dev) + prompt-sharpening (dùng chung). Cài một cái là có tất cả.",
|
||||
"description": "Smartgift — toàn bộ skill: sg-md-writing (dev) + sg-prompt-sharpening (dùng chung). Cài một cái là có tất cả.",
|
||||
"author": {
|
||||
"name": "Smartgift",
|
||||
"email": "vinnt@smartgift.vn"
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
../../dev/skills/md-writing
|
||||
@@ -1 +0,0 @@
|
||||
../../common/skills/prompt-sharpening
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
../../dev/skills/sg-md-writing
|
||||
+1
@@ -0,0 +1 @@
|
||||
../../common/skills/sg-prompt-sharpening
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
|
||||
"name": "smartgift-common",
|
||||
"name": "sg-common",
|
||||
"version": "0.1.0",
|
||||
"description": "Smartgift shared skill for all staff. prompt-sharpening: before acting on a short or ambiguous request, expand it into explicit interpretations, surface assumptions, and define success criteria so the first attempt matches intent.",
|
||||
"description": "Smartgift shared skill for all staff. sg-prompt-sharpening: before acting on a short or ambiguous request, expand it into explicit interpretations, surface assumptions, and define success criteria so the first attempt matches intent.",
|
||||
"author": {
|
||||
"name": "Smartgift",
|
||||
"email": "vinnt@smartgift.vn"
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: prompt-sharpening
|
||||
name: sg-prompt-sharpening
|
||||
description: Use when a user's request is short, vague, terse, or could reasonably be interpreted more than one way, before investigating or writing any code — expands the raw ask into an explicit interpretation set, surfaces assumptions, and defines success criteria so execution matches intent on the first try.
|
||||
---
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
|
||||
"name": "smartgift-dev",
|
||||
"name": "sg-dev",
|
||||
"version": "0.1.0",
|
||||
"description": "Smartgift dev-team skills. md-writing: author and maintain CLAUDE.md / AGENTS.md rule files that constrain AI edits (routing map, reuse inventory, weak-model-safe, update-on-code-change with confirm).",
|
||||
"description": "Smartgift dev-team skills. sg-md-writing: author and maintain CLAUDE.md / AGENTS.md rule files that constrain AI edits (routing map, reuse inventory, weak-model-safe, update-on-code-change with confirm).",
|
||||
"author": {
|
||||
"name": "Smartgift",
|
||||
"email": "vinnt@smartgift.vn"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: md-writing
|
||||
name: sg-md-writing
|
||||
description: Use when creating, overhauling, or cleaning up CLAUDE.md / AGENTS.md files for a codebase or module — including tidying /init output or auto-generated drafts that describe the code instead of constraining behavior, when a rules file made a weak model refactor/edit things it should not have, or right after code changes that invalidate statements in an existing CLAUDE.md set (moved paths, new/changed extension points, retired rules) — run its update mode to re-sync.
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user