Personal repository of AI resources: prompts, skills, agents, rules, workflows, and tools created to obtain consistent and structured results with LLMs.
| Category | Count |
|---|---|
| Skills | 27 |
| Agents | 10 |
| Prompts | 65 |
| Rules | 14 |
| Workflows | 14 |
| Tools | 6 |
| Skill | Tags |
|---|---|
behave-bdd |
python, bdd, gherkin, testing |
allure-reports |
reporting, pytest, cypress, ci-cd |
robot-framework |
testing, keyword-driven, selenium |
jmeter-load-testing |
jmeter, load-testing, performance |
sonarqube-quality-gates |
sonarqube, quality-gates, static-analysis |
testcontainers |
integration-testing, docker, databases, kafka |
pytest-advanced |
pytest, python, fixtures, plugins |
postman-api-automation |
api-testing, postman, newman, rest |
appium-mobile |
mobile, appium, ios, android |
karate-api-testing |
api-testing, karate, bdd, rest |
k6-load-testing |
load-testing, k6, performance, grafana |
webdriverio |
e2e, webdriverio, selenium, cross-browser |
xctest-ios |
ios, xctest, swift, unit-testing |
| Skill | Tags |
|---|---|
flask-api |
python, flask, rest, api |
android-native |
kotlin, jetpack-compose, mvvm, mobile |
jinja2-templates |
python, templating, flask, fastapi |
paramiko-ssh |
python, ssh, sftp, automation |
wordpress-themes |
php, wordpress, cms, frontend |
flet-desktop |
python, desktop, flutter, gui |
sql-server |
sql-server, t-sql, mssql, azure-sql |
db2-oracle |
db2, oracle, plsql, enterprise |
salesforce-dev |
salesforce, apex, lwc, crm |
appian-lowcode |
appian, low-code, bpm |
prestashop-module |
prestashop, php, e-commerce |
octane-alm |
octane, alm, defect-management |
| Skill | Tags |
|---|---|
ebook-writer |
ebook, writing, publishing, content |
prompt-engineering-best-practices |
prompt-engineering, llm, cot, few-shot, role-prompting |
| Agent | Type |
|---|---|
test-architect |
review |
qa-automation-engineer |
coding |
performance-tester |
research |
qa-lead |
governance |
api-tester |
coding |
accessibility-tester |
review |
prompt-engineer |
review |
| Agent | Type |
|---|---|
code-reviewer |
review |
| Agent | Type |
|---|---|
security-auditor |
governance |
| Agent | Type |
|---|---|
devops-automator |
automation |
| Prompt | Type |
|---|---|
python-expert |
System |
java-spring-expert |
System |
qa-engineer |
System |
generate-api-tests |
Task |
refactor-legacy-code |
Task |
write-tech-documentation |
Task |
create-docker-compose |
Task |
feature-file-template |
Template |
pull-request-template |
Template |
bug-report-template |
Template |
| Prompt | Focus |
|---|---|
generate-ebook-outline |
Structure and planning |
research-topic-for-ebook |
Content research |
generate-ebook-title-options |
Naming and titles |
write-ebook-introduction |
Opening chapter |
write-ebook-chapter |
Chapter drafting |
write-ebook-conclusion |
Closing chapter |
edit-ebook-chapter |
Revision and editing |
generate-ebook-case-study |
Real-world examples |
generate-ebook-exercises |
Learning reinforcement |
format-ebook-for-export |
PDF/EPUB preparation |
generate-ebook-marketing-copy |
Promotion and sales |
review-ebook-consistency |
Quality checking |
create-ebook-table-of-contents |
TOC generation |
create-ebook-reference-list |
Bibliography |
write-ebook-chapter-summary |
Preview copy |
| Rule | Category |
|---|---|
python-coding-rules |
Python |
java-coding-rules |
Java |
javascript-coding-rules |
JavaScript / TypeScript |
sql-coding-rules |
SQL |
| Rule | Category |
|---|---|
pr-review-checklist |
General review |
test-review-rules |
Test quality |
test-automation-rules |
E2E automation |
performance-testing-rules |
Performance |
mobile-testing-rules |
Mobile |
api-testing-rules |
API testing |
prompt-quality-rules |
Prompt engineering |
| Rule | Category |
|---|---|
response-format-rules |
Formatting |
response-language-rules |
Language |
| Rule | Category |
|---|---|
ci-cd-testing-rules |
Pipeline testing |
| Workflow | Purpose |
|---|---|
deploy-flask-app |
Docker + nginx + CI/CD deployment |
deploy-spring-boot-app |
JAR + K8s + health checks |
gitlab-ci |
Complete GitLab pipeline |
bitbucket-pipelines |
Bitbucket pipeline |
kubernetes-deploy |
K8s manifests + Helm |
onboard-new-project |
Initial project setup |
| Workflow | Purpose |
|---|---|
setup-e2e-automation |
Bootstrap E2E automation with CI/CD |
performance-test-session |
Structured performance testing: SLA → script → execute → analyze |
visual-regression-setup |
Configure Chromatic/Percy/Loki with baselines and CI |
bug-triage |
Structured bug triage process |
qa-release-gate |
Quality gate before production release |
| Workflow | Purpose |
|---|---|
create-ebook |
Ebook creation pipeline |
| Workflow | Purpose |
|---|---|
create-new-skill |
Bootstrap a skill from template |
create-new-agent |
Bootstrap an agent from template |
| Tool | Function |
|---|---|
validate-resource |
Validates frontmatter, kebab-case, placeholders |
generate-skill-scaffold |
Interactive CLI to create skills |
sync-skills-to-cursor |
Copies skills to .cursor/rules/ |
sync-skills-to-claude |
Copies skills to .claude/agents/ |
export-skills-to-md |
Concatenates skills into a single markdown |
check-dead-links |
Scans broken URLs in .md |
| Folder | Content |
|---|---|
prompts/ |
System, task, and reusable template prompts |
skills/ |
Structured skills with SKILL.md and assets |
agents/ |
Agent definitions (agent.md, knowledge, tools) |
rules/ |
Code, review, and behavior rules |
workflows/ |
Step-by-step procedures for repetitive tasks |
tools/ |
Utilities, scripts, and technical resources |
AGENTS.md |
Global repository conventions and agent standards |
justfile |
Common commands (just validate, just export, etc.) |
.devin/ |
Devin-specific workflows |
.cursor/ |
Rules and prompts for Cursor |
- Each resource goes in its own folder with a
kebab-casename - Skills and agents include a
README.mdorSKILL.md/agent.md - YAML frontmatter is used for metadata (author, version, tags, trigger)
- Technical reference material goes in
references/; executables and templates inassets/ - Example templates are in
_template/within each category
Copy the desired resource into the model context or reference it from your IDE configuration (Cursor Rules, Devin Workflows, etc.).
# 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 checkThis project is licensed under MIT.
For commercial or enterprise use, see the attribution expectations in NOTICE.md.
Copyright (c) 2026 Mathias Paulenko Echeverz