You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Personal repository of AI resources: prompts, skills, agents, rules, workflows, and tools created to obtain consistent and structured results with LLMs.
Common commands (just validate, just export, etc.)
.devin/
Devin-specific workflows
.cursor/
Rules and prompts for Cursor
Conventions
Each resource goes in its own folder with a kebab-case name
Skills and agents include a README.md or SKILL.md / agent.md
YAML frontmatter is used for metadata (author, version, tags, trigger)
Technical reference material goes in references/; executables and templates in assets/
Example templates are in _template/ within each category
Install Skills
Use the skills.sh script to install all skills from this repository into your IDE's skills directory (Windsurf, Cursor, etc.).
Prerequisites
Bash shell (Linux, macOS, WSL, or Git Bash on Windows)
This repository cloned locally
Install all skills
# Clone the repository
git clone https://github.com/MathiasPaulenko/ai-toolkit.git
cd ai-toolkit
# Install skills to the default Windsurf directory
bash tools/skills.sh
Install to a custom directory
# Specify a custom target directory
bash tools/skills.sh /path/to/your/ide/skills
View skill statistics
# Show installed skill metrics (count, size, heaviest skills)
bash tools/skills.sh --stats
# Stats for a custom directory
bash tools/skills.sh --stats /path/to/your/ide/skills
What the script does
Copies every skill folder that contains a SKILL.md file
Skips the _template/ directory
Replaces existing skills with the latest version
Reports progress per skill (✅ installed / ⚠️ skipped)
Default target directory
The default target is the Windsurf skills directory:
C:\Users\<username>\.codeium\windsurf\skills
Override it by passing a path as the first argument.
Quick Start
Copy the desired resource into the model context or reference it from your IDE configuration (Cursor Rules, Devin Workflows, etc.).
Commands
# Validate all resources
just validate
# Generate a new skill (interactive)
just generate-skill
# Export skills to markdown
just export# Check for broken links
just check-links
# Run all validations
just check
For commercial or enterprise use, see the attribution expectations in NOTICE.md.
Copyright (c) 2026 Mathias Paulenko Echeverz
About
Personal repository of 156 AI resources: prompts, skills, agents, rules, workflows, and tools for consistent, structured LLM results. Includes the Wave ecosystem for browser automation (cdpwave, bidiwave, wavexis).