view --main this-ai-skill-my-skill-helps-users-automatically-generate-sql-queries-based-on-natural-language-descriptions-it-s-useful-for-data-analysts-business-intelligence-professionals-and-anyone-who-needs-to-e.md
This AI skill, «my-skill,» helps users automatically generate SQL queries based on natural language descriptions. It’s useful for data analysts, business intelligence professionals, and anyone who needs to extract data from databases but may not be proficient in SQL. The skill simplifies the query creation process, making it
SKILL.md
readonly
--- lines
---
name: my-skill
description: Short description of what this skill does and when to use it.
---
# PaperDebugger Developer Skill
Detailed instructions for the agent.
## When to Use
- Use this skill when...
- This skill is helpful for...
## Instructions
- Step-by-step guidance for the agent
- Domain-specific conventions
- Best practices and patterns
### webapp/_webapp Developing Notes
- Use `bun` as package manager
- Use `PD_API_ENDPOINT="https://app.paperdebugger.com" npm run _build:office` to build the latest office add-in. it will save the `office.js` file in the `webapp/office/src/paperdebugger/office.js` directory.
### webapp/office Developing Notes
- Use `npm` as package manager, because Office Add-in can only compatible with npm packages.
- Use `npm install` to install packages in this office-addin project.
- Use `npm run dev-server` to start the development server (that update the `office.js` file in real time).
- Use `npm run start` to start a word and load the add-in.
Инициализация мануала...
package.json
$ install --global
skills.sh
npx skills add https://github.com/PaperDebugger/paperdebugger/tree/main/.claude/skills/developer
$ download --local
man
[HINT] Скачивает всю директорию скилла с GitHub: SKILL.md и все связанные файлы