Skip to content

chore: postkit agent skill - #32

Merged
supunappri99 merged 5 commits into
developmentfrom
chore/agent-skill
May 11, 2026
Merged

chore: postkit agent skill#32
supunappri99 merged 5 commits into
developmentfrom
chore/agent-skill

Conversation

@Yasirunet

Copy link
Copy Markdown
Collaborator

Summary

  • Add 4 Claude Code agent skills covering the core PostKit workflows (migrations, setup, schema, auth)
  • Update .gitignore to allow .claude/skills/ while keeping the rest of .claude/ ignored
  • Add AI Agent Skills section to README with usage instructions

Skills Added

SkillTriggerPurpose
/postkit-migrateAuto (migration, schema deploy keywords)Full session-based DB migration workflow
/postkit-setupAuto (init, config, remotes keywords)Project initialization and configuration
/postkit-schemaAuto (db/schema/** file edits)Schema file management and directory structure
/postkit-authAuto (Keycloak, auth keywords)Keycloak realm export/import/sync

@YasirunetYasirunet self-assigned this Apr 25, 2026
@YasirunetYasirunet added the enhancement New feature or request label Apr 25, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pagesBot commented Apr 25, 2026

Copy link
Copy Markdown

Deploying postkit with Cloudflare Pages Cloudflare Pages

Latest commit:e6ce3b4
Status:⚡️ Build in progress...

View logs

@supunappri99supunappri99 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the skills from .claude/skills and place them in a single agent/skills directory at the project root. Create the directory if it doesn’t exist and keep all skill definitions there for better organization and consistency.

@Yasirunet

Copy link
Copy Markdown
CollaboratorAuthor

Also updated the docs.

@supunappri99
supunappri99 merged commit 6b8415b into developmentMay 11, 2026
1 check was pending
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@Yasirunet@supunappri99