feat: add some useful skills

This commit is contained in:
Joe Fleming
2026-03-14 18:34:46 -06:00
parent fdc19d8519
commit 86c6274413
5 changed files with 265 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Project planning and management using Planka
Requires your agent to have access to Planka, either using a CLI, MCP server, or you can probably just tell it what the URL and API key is and let it explore the Swagger docs itself. They are referenced in the skill.
- [Swagger Docs](https://plankanban.github.io/planka/swagger-ui/)
It gives the agent an understanding of what Planka is, how it works, and it's expected to use it to plan and manage a project.
This skill is a mash up of the following other skills found on https://skillsmp.com:
- [Shubhamsaboo project-planner](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/awesome_agent_skills/project-planner)
- [ssube planka](https://github.com/ssube/conclave/tree/main/pi/skills/planka)