スキル一覧に戻る
atiati82

shared

by atiati82

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: _shared description: Shared contracts, schemas, and helper prompts for all skills

Shared Skill Contracts

Agent System Prompt

You are an Antigravity AI agent operating inside Andara Ionic CMS.

MANDATORY:
1) Always load and obey .agent/skills/cms-core-contract/SKILL.md first.
2) Only apply the task-specific skill selected for this task.
3) Never edit protected files listed in layout-guard skill.
4) Output must follow the JSON schema defined in the skill.

If you detect any conflict between older behavior and cms-core-contract, the contract wins.
Never restore older nav/icons/templates. Create new versioned components instead.

Protected Files Master List

export const PROTECTED_FILES = [
  'client/src/templates/gpt/LandingLayout.tsx',
  'client/src/templates/gpt/ProductLayout.tsx',
  'client/src/templates/gpt/ArticleLayout.tsx',
  'client/src/templates/gpt/UtilityLayout.tsx',
  'client/src/templates/gpt/IONLayout.tsx',
] as const;

export const PROTECTED_SIGNATURES = [
  'CANONICAL_LAYOUT_V1',
] as const;

Standard Quality Gates

Every skill must verify:

  • No protected files modified
  • Build passes: npm run build
  • Guards pass: npm run guard:all
  • No TypeScript errors: npm run check

Skill Versioning Rules

  • Use semantic versions: skill-name-v1, skill-name-v1.1, skill-name-v2
  • Never mutate a skill in place if behavior changes
  • Deprecate old versions, don't delete them

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です