Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

KanbAgent

يحتوي KanbAgent على 12 من skills المجمعة من IvyNotFound، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
12
Stars
2
محدث
2026-04-05
Forks
1
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

agent-session-starting
مطوّرو البرمجيات

Start an agent session correctly in KanbAgent. Activates when an agent needs to begin work, when user says "start a session", "launch agent X", "begin session", or when an agent role is invoked and no active session exists. Ensures correct startup sequence: dbstart → read tasks → begin work.

2026-04-05
agent-log-writing
مطوّرو البرمجيات

Write agent_logs entries correctly in KanbAgent. Activates when an agent needs to log an action, when completing a task, starting a session, or when agent_logs entries are missing. Triggers on "log this", "insert agent_log", "add a log", or any task_started/task_done/session_end event.

2026-04-01
adr-writing
مطوّرو البرمجيات

Write an Architecture Decision Record (ADR) for KanbAgent following the project's existing format. Activates when a structural decision needs to be documented, when agent arch completes a design decision, or when user says "ADR", "architecture decision", "document this choice".

2026-03-10
ipc-handler-creating
مطوّرو البرمجيات

Create a new typed IPC handler in KanbAgent following the full stack pattern. Activates when user or agent needs to add a new IPC channel, expose a new API to the renderer, or wire a new feature across main/preload/renderer. Triggers on "add IPC", "new handler", "expose to renderer", "new IPC channel", "create a handler".

2026-03-10
migration-creating
مصممو قواعد البيانات

Create a versioned SQLite migration for KanbAgent. Activates when the DB schema needs to change, when user says "add a column", "create a table", "migration", "alter schema", "add a column", "modify the schema". Follows the existing migration pattern with idempotency and better-sqlite3 compatibility.

2026-03-10
release-checklist
مطوّرو البرمجيات

Execute a release in KanbAgent following the full devops + review protocol. Activates when agent devops receives a release ticket, when user says "release", "publish version", "bump version", "npm run release". Covers prerequisites, version bump, CI wait, GitHub Release publication.

2026-03-10
ticket-completing
مطوّرو البرمجيات

Complete a task ticket in KanbAgent following the mandatory order. Activates when an agent finishes work on a task, when user says "mark as done", "ticket done", "close ticket", "close task". Enforces comment-first then done order, session closure, and backlog check.

2026-03-10
zombie-session-hunting
مديرو الشبكات وأنظمة الحاسوب

Diagnose and clean up zombie sessions in KanbAgent. Activates when sessions are stuck, dbstart returns unexpected errors, or user says "stuck sessions", "clean the DB", "kill zombie sessions", "sessions stuck".

2026-03-10
code-auditor
محللو أمن المعلومات

Comprehensive codebase analysis covering architecture, code quality, security, performance, and maintainability. Activates when user says "audit", "review the codebase", "check for issues", "technical debt", "security audit", "code quality check".

2026-03-09
feature-planning
متخصصو إدارة المشاريع

Break down feature requests into detailed, implementable plans with clear tasks. Activates when user requests a new feature, enhancement, or complex change requiring planning. Use when user says things like "add X", "implement Y", "I want Z functionality", "plan how to build X".

2026-03-09
git-pushing
مطوّرو البرمجيات

Automatically stage, commit with conventional commit messages, and push changes. Activates when user mentions pushing, committing, saving to remote, or says things like "push these changes", "commit and push", "let's save this", "ship it".

2026-03-09
review-implementing
مطوّرو البرمجيات

Process and implement code review feedback systematically. Activates when user provides reviewer comments, PR feedback, agent review output, or says "implement this review", "address these comments", "fix review feedback", "apply review suggestions".

2026-03-09