Commit Graph

200 Commits

Author SHA1 Message Date
nblog
5efb7329a3 feat(skills): add nano-banana-pro-openrouter skill with image generation capabilities 2026-02-09 16:59:06 +08:00
Aaron Powell
19c6ea5215 Merge pull request #662 from garrettsiegel/add-no-heredoc-instructions
Add no-heredoc instructions to prevent terminal file corruption
2026-02-06 10:04:38 +11:00
garrettsiegel
e79bba471d Add name field to frontmatter 2026-02-05 10:04:32 -05:00
Christopher Harrison
45373f3daa Merge branch 'main' into feature/make-repo-contribution-skill 2026-02-04 14:09:53 -08:00
Christopher Harrison
10891811c1 feat(skill): add make-repo-contribution skill
Adds a new skill to help AI agents follow repository contribution guidelines
when creating issues, commits, branches, and pull requests.

Includes:
- SKILL.md with comprehensive instructions
- Issue template for when none exists in repo
- PR template for when none exists in repo
2026-02-04 12:07:47 -08:00
ian zhang
8f60c9c2e7 Merge branch 'main' into feature/mom_2026 2026-02-04 06:38:04 +08:00
Aaron Powell
9da1f12cbe Merge pull request #658 from Evangelink/mstest
Improve best practices for MSTest
2026-02-04 09:28:45 +11:00
Aaron Powell
7ad7c47809 Merge pull request #657 from AlahmadiQ8/power-bi-modeling-skill
Add Power BI modeling skill
2026-02-04 09:24:45 +11:00
Aaron Powell
c9d70db498 Merge pull request #621 from Jcardif/add-penpot-uiux-design
Add penpot-uiux-design skill
2026-02-04 09:22:28 +11:00
garrettsiegel
0cb946ec02 Update README with new instruction entry 2026-02-03 12:39:47 -05:00
ian zhang
f8c11eeab7 feat(skill): add meeting minutes generation skill
Generate concise, actionable meeting minutes for internal meetings.
Includes metadata, attendees, agenda, decisions, action items (owner
+ due date), and follow-up steps.
2026-02-03 22:59:29 +08:00
Amaury Levé
5056db77eb Fix readme 2026-02-03 14:26:17 +01:00
Mohammad
545af30ade Add Power BI modeling skill 2026-02-03 12:29:33 +03:00
Jacrdif
a6ac908525 Add Penpot MCP server setup and troubleshooting guide 2026-02-03 10:06:49 +03:00
Josh N
e9b8392b06 Merge branch 'main' into add-penpot-uiux-design 2026-02-03 10:00:01 +03:00
jun-shiromizu
14c41bf058 chore: add gitignore for skill scripts 2026-02-03 15:51:39 +09:00
白水淳
199a1ed782 Merge branch 'main' into add-new-skill-clean 2026-02-03 13:35:40 +09:00
Aaron Powell
9afab17e01 Cleaning up the name of a lot of agents 2026-02-03 14:11:03 +11:00
白水淳
851ff2e985 Merge branch 'main' into add-new-skill-clean 2026-02-03 11:09:41 +09:00
garrettsiegel
b1fd2fbf5a Add Tailwind CSS v4 + Vite installation instructions 2026-02-02 12:41:48 -05:00
jun-shiromizu
bf37ce2a0d chore: align README instructions ordering 2026-02-02 13:26:51 +09:00
jun-shiromizu
b9157c701a chore: update generated READMEs 2026-02-02 13:06:41 +09:00
jun-shiromizu
f57435a965 feat(skills): add excalidraw-diagram-generator skill and docs update 2026-02-02 13:05:36 +09:00
Aaron Powell
44a43b2336 Merge pull request #620 from torumakabe/add-terraform-azurerm-set-diff-analyzer
Add terraform-azurerm-set-diff-analyzer skill
2026-02-02 12:35:40 +11:00
Aaron Powell
1c42150a3c Merge pull request #630 from alvinashcraft/alvinashcraft/main-add-skill-winapp-cli
feat: Add Windows App Development (winapp) CLI skill
2026-02-02 12:34:28 +11:00
Aaron Powell
e27435ce22 Merge pull request #628 from benjisho/main
Add Linux expert agent, instructions, and triage prompt
2026-02-02 12:33:41 +11:00
Aaron Powell
f73d555749 Merge pull request #627 from DaniBunny/feat/repo-architect-agent
feat: add repo-architect agent for scaffolding agentic projects
2026-02-02 12:31:48 +11:00
Toru Makabe
0e9b933148 Merge branch 'main' into add-terraform-azurerm-set-diff-analyzer 2026-02-02 09:21:16 +09:00
Alvin Ashcraft
d6e7aec622 Update skills readme 2026-02-01 10:28:34 -05:00
Benji Shohet
c1cece5306 Refactor code structure for improved readability and maintainability 2026-01-31 21:34:19 +00:00
Benji Shohet
9c11df2445 Add Arch Linux expert resources 2026-01-31 23:26:43 +02:00
Daniel Coelho
c7825d3ac1 Merge branch 'main' into feat/repo-architect-agent 2026-01-31 09:54:53 -08:00
DaniBunny
33af105a94 feat: add repo-architect agent for scaffolding agentic projects 2026-01-31 09:34:43 -08:00
Jcardif
c8a7199032 Update README.skills.md 2026-01-29 17:27:50 +03:00
Jcardif
1928fb0fc0 Add penpot-uiux-design skill
Adds a comprehensive UI/UX design skill for the Penpot MCP server.

Features:
- MCP tool reference (execute_code, export_shape, import_image, penpot_api_info)
- Design system discovery and handling
- Board positioning to avoid overlap
- Default design tokens (spacing, typography, colors)
- Component checklists (buttons, forms, navigation)
- Accessibility guidelines (WCAG compliance)
- Platform specifications (iOS, Android, responsive web)
2026-01-29 17:18:59 +03:00
Toru Makabe
1b9ff37cf9 Add terraform-azurerm-set-diff-analyzer skill
Add a new skill that analyzes Terraform plan JSON output for AzureRM Provider
to distinguish between false-positive diffs (order-only changes in Set-type
attributes) and actual resource changes.

This skill helps users identify 'noise' in terraform plan output caused by
Azure API returning Set elements in different order, making plan reviews
easier and reducing confusion in CI/CD pipelines.

Bundled assets:
- references/azurerm_set_attributes.json
- references/azurerm_set_attributes.md
- scripts/analyze_plan.py
2026-01-29 19:33:19 +09:00
jhauga
4a2b22c570 Add new skill for custom markdown to html covnersion 2026-01-29 00:01:36 -05:00
hoodini
855c17a500 chore: Add skill to copilot-sdk collection
Added copilot-sdk skill to the copilot-sdk.collection.yml as requested
by reviewer. Updated generated docs via npm run build.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 00:20:44 +02:00
hoodini
67d9708092 feat(skills): Add GitHub Copilot SDK skill
Add comprehensive skill for building agentic applications with the
GitHub Copilot SDK. This skill covers:

- Installation for Node.js, Python, Go, and .NET
- Quick start examples with sendAndWait pattern
- Streaming responses with proper event handling
- Custom tools definition (JSON Schema, Pydantic, Go structs)
- MCP Server integration (GitHub MCP)
- Custom agents for specialized AI personas
- System message customization
- External CLI server connection
- Session persistence and management
- Error handling and best practices
- Interactive CLI assistant examples

Based on official GitHub Copilot SDK documentation from
https://github.com/github/copilot-sdk

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 00:19:53 +02:00
Aaron Powell
2e317e23e5 Merge pull request #609 from VeVarunSharma/develop/add-workiq-copilot-skill
feat: add workiq copilot skill
2026-01-28 11:28:43 +11:00
Ve Sharma
e5289a995a feat: update workiq readme skill 2026-01-25 21:42:46 -05:00
Pham Tien Thuan Phat
f551d7ba29 chore: update readme skill 2026-01-23 13:55:42 +07:00
Aaron Powell
92dbe54cc6 Cleaning up some legacy around chat modes 2026-01-23 10:51:55 +11:00
Aaron Powell
45ad6d840f Merge pull request #591 from hashwnath/add-agentic-eval-skill
Add agentic-eval skill for agent evaluation patterns
2026-01-23 10:27:16 +11:00
Aaron Powell
a2525e3112 fix: enhance markdown table cell formatting for descriptions in README and skills 2026-01-23 10:06:44 +11:00
Aung Myo Kyaw
bc793da5d2 Update README.skills.md after PRD skill simplification
Run npm start to regenerate documentation after simplifying the prd skill.
2026-01-23 00:38:42 +07:00
Aung Myo Kyaw
e24be77e6f Add 8 new skills for development tools and workflows
This PR adds the following skills:
- azure-devops-cli: Azure DevOps operations via CLI
- chrome-devtools: Browser automation and debugging
- gh-cli: GitHub CLI comprehensive reference
- git-commit: Smart git commit with conventional commits
- mcp-cli: Model Context Protocol server interface
- plantuml-ascii: ASCII diagram generation
- prd: Product Requirements Document generation
- refactor: Surgical code refactoring guidance

All skills follow the project conventions with proper SKILL.md frontmatter.
2026-01-23 00:18:52 +07:00
Aaron Powell
857cba16fc Merge branch 'main' into jamont-skill-imagemagick 2026-01-22 15:56:07 +11:00
Aaron Powell
66b0bfb9cc Adding copilot-sdk stuff 2026-01-22 15:51:40 +11:00
Aaron Powell
e397a4748c Merge pull request #599 from tmeschter/260121-CopyPreflight
Add azure deployment preflight skill
2026-01-22 11:34:10 +11:00