add-feature Skill
Add new T-SQL features to ScriptDOM parser. Asks questions about SQL Server version and feature type, then guides through grammar changes, AST updates, script generation, and testing using existing instruction files. Handles syntax additions, new functions, data types, index types, and validation rules. Published by microsoft in SqlScriptDOM.
What is add-feature Skill?
Add new T-SQL features to ScriptDOM parser. Asks questions about SQL Server version and feature type, then guides through grammar changes, AST updates, script generation, and testing using existing instruction files. Handles syntax additions, new functions, data types, index types, and validation rules. Published by microsoft in SqlScriptDOM. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Database workflows
- Documentation
- Data analysis
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use add-feature Skill
- Use it for testing.
- Use it for database workflows.
- Use it for documentation.
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/SqlScriptDOM
- Skill file: .agents/skills/add-feature/SKILL.md
What it does
Add new T-SQL features to ScriptDOM parser. Asks questions about SQL Server version and feature type, then guides through grammar changes, AST updates, script generation, and testing using existing instruction files. Handles syntax additions, new functions, data types, index types, and validation rules.
Skill instructions
Overview This skill helps add new T-SQL features to the ScriptDOM parser by: 1. Interviewing you about the feature and target platform (SQL Server, Azure SQL DB, Fabric, Fabric DW, VNext) 2. Determining the latest parser version from SqlVersionFlags.cs 3. Routing you to the appropriate parser: - SQL Server → version-specific parser (TSql120-180) - Azure SQL DB/Fabric/VNext → latest parser version - Fabric DW → separate TSqlFabricDW parser 4. Classifying the change type (grammar, validation, function, data type, etc.) 5. Guiding through implementation and testing without duplicating existing documentation --- Step 1: Feature Discovery Interview Ask the user these questions to understand the feature: Required Questions 1. What T-SQL feature are you adding? - Example: "VECTOR data type", "JSONOBJECT function", "RESUMABLE option for ALTER TABLE" 2. Which platform is this feature for? - SQL Server (on-premises / standalone) - Azure SQL Database (uses latest parser version) - Fabric (uses la
Explore related resources
Frequently asked questions
What is add-feature?
add-feature is a open-source AI agent skill with Copy skill directory. Add new T-SQL features to ScriptDOM parser. Asks questions about SQL Server version and feature type, then guides through grammar changes, AST updates, script generation, and testing using existing.
Who is add-feature best for?
add-feature is best for reusing agent instructions, scripts, and references, testing workflows, database workflows, documentation workflows.
How do I install add-feature?
Install or run add-feature using Copy skill directory. Check add-feature for the latest setup command.
Is add-feature actively maintained?
add-feature may need a closer maintenance check before production use.
Auto-fetched from GitHub.