Skip to content

krayin/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

krayin-crm/agent-skills

Agent skills for Krayin CRM — a Laravel-based CRM platform.

These skills provide domain-specific, reusable context for AI agents working inside a Krayin CRM codebase.

Available Skills

crm-package-development

Package/module development in Krayin CRM.

Activates when: creating or modifying CRM packages, migrations, models, repositories, routes, controllers, views, configs, menus, ACL, or system configuration.

pest-testing

Tests Krayin CRM using the Pest PHP framework.

Activates when: writing tests (unit or feature), adding assertions, debugging test failures, working with datasets or mocking, or when the user mentions test, spec, TDD, expects, assertion, coverage, or verifying behavior.

Install

Install all skills from this repo into your AI agent:

npx skills add ./agent-skills

Install a specific skill only:

npx skills add ./agent-skills --skill "crm-package-development"
npx skills add ./agent-skills --skill "pest-testing"

Install for a specific agent:

npx skills add ./agent-skills -a claude-code
npx skills add ./agent-skills -a cursor

Repository Structure

agent-skills/
├── skills/
│   └── crm-package-development/
│       └── SKILL.md
│   └── pest-testing/
│       └── SKILL.md
└── AGENTS.md

About

Krayin CRM Agent Skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors