doc-dd-code

Generate and revise DD-CODE documents for the diopside project.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/tsuji-tomonori/diopside-v3 --skill doc-dd-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-dd-code
Source: https://github.com/tsuji-tomonori/diopside-v3/tree/main/.opencode/skills/doc-dd-code
Command: npx skills add https://github.com/tsuji-tomonori/diopside-v3 --skill doc-dd-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires auto_link_glossary.py, validate_vault.py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that DD-CODE documents (coding conventions/implementation rules) for the diopside project are created or revised in compliance with the project's established documentation standards.

Core Features & Use Cases

  • Standardized Document Creation: Generates new DD-CODE documents adhering to the Obsidian operational rules.
  • Document Revision: Updates existing DD-CODE documents to maintain consistency and compliance.
  • Use Case: When a new coding standard needs to be introduced or an existing one modified due to architectural changes, this Skill guides the creation of the relevant DD-CODE document, ensuring all required metadata and content guidelines are met.

Quick Start

Use the doc-dd-code skill to create a new DD-CODE document for the 'error-handling' standard.

Frequently Asked Questions about doc-dd-code

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

FAQPage Schema
How do I generate TypeScript coding standards documents for Obsidian?

To generate TypeScript coding standards documents for Obsidian, use this Skill to create DD-CODE files that enforce frontmatter requirements, defensive typing, and boundary validation rules. It ensures new coding conventions meet project documentation standards.

What are the required content structures for diopside implementation rules documents?

Diopside implementation rules documents require specific frontmatter, content structure for implementation rules, defensive typing guidelines, boundary validation, and resource management sections to maintain Obsidian vault compliance.

How do I validate Obsidian vault documents against coding conventions?

You can validate Obsidian vault documents against coding conventions by running the integrated validate_vault.py script. This checks that DD-CODE documents adhere to established frontmatter requirements and structural standards.

Can I use auto_link_glossary.py to link terms in coding standards documents?

Yes, you can use auto_link_glossary.py to automatically link glossary terms within your coding standards documents. This integration ensures DD-CODE files maintain consistent terminology references across the Obsidian vault.

Does this Skill support revising existing coding convention documents?

Yes, this Skill supports revising existing coding convention documents by updating them to maintain consistency and compliance with current Obsidian operational rules and architectural changes.

What defensive typing and boundary validation rules should DD-CODE documents include?

DD-CODE documents should include defensive typing guidelines and boundary validation rules that enforce safe resource management and type checking, ensuring TypeScript implementation standards are consistently applied.