refactor: remove redundant content block stop event and update skill registry with new capabilities

This commit is contained in:
2026-05-14 01:40:04 +03:00
parent c4fe3b9d20
commit 3c32d270cd
4 changed files with 48 additions and 7 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"fingerprint": "d35fb72ca25ede907167295353fec5720ab0fcb8"
"fingerprint": "ae8a915a6637658ca1063d52b4c011092528d72c"
}
+31
View File
@@ -6,6 +6,7 @@ Last updated: 2026-05-13
## Sources scanned
- /home/beyhan/.agents/skills
- /home/beyhan/.config/opencode/skills
- /home/beyhan/.claude/skills
- /home/beyhan/.gemini/skills
@@ -20,6 +21,12 @@ Subagents still read their assigned executor/phase skill. During normal runtime,
## Selected skills and compact rules
### better-auth-best-practices
- Path: /home/beyhan/.agents/skills/better-auth-best-practices/SKILL.md
- Trigger: Configure Better Auth server and client, set up database adapters, manage sessions, add plugins, and handle environment variables. Use when users mention Better Auth, betterauth, auth.ts, or need to set up TypeScript authentication with email/password, OAuth, or plugin configuration.
- Rules:
- No compact rules declared; delegators should load the full skill file before direct work, or pass an explicit fallback path only when Project Standards cannot be injected.
### branch-pr
- Path: /home/beyhan/.claude/skills/branch-pr/SKILL.md
- Trigger: Create Gentle AI pull requests with issue-first checks. Trigger: creating, opening, or preparing PRs for review.
@@ -44,6 +51,12 @@ Subagents still read their assigned executor/phase skill. During normal runtime,
- Rules:
- No compact rules declared; delegators should load the full skill file before direct work, or pass an explicit fallback path only when Project Standards cannot be injected.
### find-skills
- Path: /home/beyhan/.agents/skills/find-skills/SKILL.md
- Trigger: Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
- Rules:
- No compact rules declared; delegators should load the full skill file before direct work, or pass an explicit fallback path only when Project Standards cannot be injected.
### go-testing
- Path: /home/beyhan/.claude/skills/go-testing/SKILL.md
- Trigger: Trigger: Go tests, go test coverage, Bubbletea teatest, golden files. Apply focused Go testing patterns.
@@ -62,12 +75,30 @@ Subagents still read their assigned executor/phase skill. During normal runtime,
- Rules:
- No compact rules declared; delegators should load the full skill file before direct work, or pass an explicit fallback path only when Project Standards cannot be injected.
### nextjs-authentication
- Path: /home/beyhan/.agents/skills/nextjs-authentication/SKILL.md
- Trigger: Provides authentication implementation patterns for Next.js 15+ App Router using Auth.js 5 (NextAuth.js). Use when setting up authentication flows, implementing protected routes, managing sessions in Server Components and Server Actions, configuring OAuth providers, implementing role-based access control, or handling sign-in/sign-out flows in Next.js applications.
- Rules:
- No compact rules declared; delegators should load the full skill file before direct work, or pass an explicit fallback path only when Project Standards cannot be injected.
### shadcn
- Path: /home/beyhan/.agents/skills/shadcn/SKILL.md
- Trigger: Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for "shadcn init", "create an app with --preset", or "switch to --preset".
- Rules:
- No compact rules declared; delegators should load the full skill file before direct work, or pass an explicit fallback path only when Project Standards cannot be injected.
### skill-creator
- Path: /home/beyhan/.claude/skills/skill-creator/SKILL.md
- Trigger: Trigger: new skills, agent instructions, documenting AI usage patterns. Create LLM-first skills with valid frontmatter.
- Rules:
- No compact rules declared; delegators should load the full skill file before direct work, or pass an explicit fallback path only when Project Standards cannot be injected.
### web-design-guidelines
- Path: /home/beyhan/.agents/skills/web-design-guidelines/SKILL.md
- Trigger: Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
- Rules:
- No compact rules declared; delegators should load the full skill file before direct work, or pass an explicit fallback path only when Project Standards cannot be injected.
### work-unit-commits
- Path: /home/beyhan/.claude/skills/work-unit-commits/SKILL.md
- Trigger: Plan commits as reviewable work units. Trigger: implementation, commit splitting, chained PRs, or keeping tests and docs with code.