- 📁 references/
- 📁 scripts/
- 📄 SKILL.md
Adds comments to a word doc following commenting guidelines. Use when the user asks for comments, reviews, or feedback on Microsoft Word (.docx) documents. Provides helper scripts and instructions for how to read documents, draft thoughtful comments, and add them programmatically.
Activate this skill when the user wants to create a project context file for Cowork. Triggers: 'создай контекст проекта', 'новый проект контекст', 'context-builder', 'сформируй контекстный файл', 'быстрый контекст'. Generates a ready-to-download project-context.md file for Claude Cowork based on user's answers.
- 📄 SKILL.md
- 📄 validate_guidelines.py
- 📄 validate_guidelines_test.py
The format for guidelines documents for Plexus scorecard scores and the validation tool.
- 📁 scripts/
- 📄 LICENSE.txt
- 📄 SKILL.md
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like \"the xlsx in my downloads\") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
Linear workspace CLI — issues, projects, documents, teams, users, comments, labels, cycles, milestones, attachments.
- 📁 scripts/
- 📁 tests/
- 📄 .gitignore
- 📄 LICENSE
- 📄 README.en.md
Use when a task involves archiving, removing, replacing, or cleaning up files or folders, including temporary files, intermediate outputs, conversion source files, or one-off generated artifacts, whether explicitly requested by the user or inferred during agent execution, and deletions should become reversible archive moves instead of permanent removal.
API endpoint and route handler standards. Load this skill whenever writing or modifying API endpoints, route handlers, middleware, request validation, or response formatting. Trigger on any work touching route files, controller files, or API-related code.
Use Serena-backed semantic code navigation and editing when working in existing software projects with non-trivial structure, especially multi-file repos where symbol-aware lookup and targeted edits are more reliable and token-efficient than brute-force file reading. Use when the environment exposes Serena tools such as project activation, symbol lookup, reference search, semantic search, file reads, directory listing, file finding, or symbol-scoped edits.