# Revit-Skills **Repository Path**: verifieroiz/revit-skills ## Basic Information - **Project Name**: Revit-Skills - **Description**: Revit2020 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-17 - **Last Updated**: 2026-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Skills A collection of skills for AI coding agents. Install via [npx skills](https://skills.sh/). ## Available Skills | Skill | Description | |-------|-------------| | [revit-api](./revit-api/) | Autodesk Revit API development assistance (C# plugin/add-in) | ## Install Install all skills from this repo: ```bash npx skills add https://gitee.com/verifieroiz/revit-skills.git ``` Install a specific skill: ```bash npx skills add https://gitee.com/verifieroiz/revit-skills.git --skill revit-api ``` Install globally (user-level): ```bash npx skills add https://gitee.com/verifieroiz/revit-skills.git --skill revit-api -g ``` ## Adding a New Skill ```bash npx skills init my-skill ``` This creates `my-skill/SKILL.md`. Edit it, then push to the repo. ### SKILL.md Format ```markdown --- name: my-skill description: A brief description of what this skill does --- # my-skill Instructions for the agent to follow when this skill is activated. ## When to use Describe when this skill should be used. ## Instructions 1. Step one 2. Step two ``` ## License MIT