Sigil

Generate Claude Code skills by scanning codebases and syncing skill directories.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/Dinxeshh/agent-skills --skill sigil-dinxeshh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Sigil
Source: https://github.com/Dinxeshh/agent-skills/tree/main/skills/sigil
Command: npx skills add https://github.com/Dinxeshh/agent-skills --skill sigil-dinxeshh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

このスキルはプロジェクトのコードベースや技術スタック、既存スキル群をSCANで把握し、実プロジェクトにフィットしたClaude Codeスキル生成と.claude/skills/.agents/skills/間の同期を同時に担う複合的なメタツーリングワークフローの自動化を実現します。

Core Features & Use Cases

  • プロジェクト分析: LensやGroveから入力を受け取り、構造、依存、規約、漂流スキルを検出し高価値候補を最大20件までPriority=Frequency×Complexity×Riskでランク付けします。
  • スキル生成と同期: DISCOVER→CRAFT→INSTALL→VERIFYに従い、マイクロ/フルスキルを作成し分類・検証して両ディレクトリに同一内容を書き込み、12点ルーブリック9+/12以上のみを導入します。
  • 進化と記録: Sync driftの修復、依存や規約変化検知、ATTUNEによる効果測定とCalibration、EVOLUTION_SIGNALの発行を行い、未来のおすすめスキルに反映します。

Quick Start

Sigil に最近のリポジトリ状況をSCANさせて、技術スタックに合った高価値スキルと同期状態のレポートを出させてください。

Frequently Asked Questions about Sigil

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Claude Code skills tailored to my project's codebase?

To generate Claude Code skills tailored to your project, use a meta-agent workflow that scans your codebase for stack, conventions, and automation gaps, then ranks high-value skill opportunities by frequency, complexity, and risk.

What is the best way to sync skills between .claude/skills/ and .agents/skills/ directories?

Syncing skills between .claude/skills/ and .agents/skills/ requires detecting sync drift and writing identical validated skill content to both directories. A 12-point rubric scoring 9+/12 ensures only qualified skills are installed.

How does project analysis rank high-value skill opportunities for code generation?

Project analysis ranks high-value skill opportunities by calculating Priority equals Frequency multiplied by Complexity multiplied by Risk. This evaluates your codebase structure, dependencies, and conventions to surface up to 20 candidates.

Can I validate generated Claude skills against project conventions before installing them?

You can validate generated Claude skills against project conventions during the VERIFY step. The workflow crafts micro or full skills, classifies them, and only installs those passing a 12-point rubric with a minimum score of 9 out of 12.

How do I detect and repair sync drift in generated Claude Code skills?

Detecting and repairing sync drift in Claude Code skills involves analyzing dependency and convention changes across directories. The workflow repairs drift, logs ATTUNE evolution signals, and issues calibration updates for future skill recommendations.