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

workflow-toolkit

يحتوي workflow-toolkit على 21 من skills المجمعة من dougwithseismic، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
21
Stars
0
محدث
2026-03-05
Forks
0
التغطية المهنية
6 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

help
مطوّرو البرمجيات

Show usage information for any workflow-toolkit skill. Use when the user asks how to use a specific skill, what a skill does, or needs guidance on workflow-toolkit features. Also triggers on "help", "how do I", "what does X do", or "usage" in the context of workflow-toolkit skills.

2026-03-05
workflow-db-setup
مديرو الشبكات وأنظمة الحاسوب

Initialize and verify the workflow-toolkit environment. Checks SQLite availability, creates the journal database, verifies directory structure, checks gh CLI auth, and reports readiness. Run this after installing the plugin or when troubleshooting.

2026-03-05
contribution-check
محللو ضمان جودة البرمجيات والمختبرون

Pre-flight checklist for open source contributions. Validates code changes against project rules, PR size limits, commit format, linting, and type-checking. Does NOT push or create PRs — only reports issues.

2026-03-05
create-agent
مطوّرو البرمجيات

Creates a new Claude Code custom subagent configuration. Guides you through designing agent scope, tools, permissions, hooks, and system prompts.

2026-03-05
create-skill
مطوّرو البرمجيات

Creates a new Claude Code custom skill (slash command). Guides you through designing, writing, and placing the SKILL.md file with proper frontmatter, arguments, and best practices.

2026-03-05
db-viewer
مطوّرو البرمجيات

Open the journal SQLite database in a GUI viewer (DB Browser for SQLite, or similar).

2026-03-05
distill-concept
مطوّرو البرمجيات

Distills a codebase concept into a structured knowledge base entry. Analyzes patterns, conventions, and real examples from the code to create reference documentation. Use when you need to understand how something works in this project (e.g., React hooks, API routers, database models, testing patterns).

2026-03-05
issues-list
مطوّرو البرمجيات

List and filter tracked GitHub issues from the local SQLite database. Filter by state, label, priority, tracking status, or search by keyword.

2026-03-05
issues-sync
مطوّرو البرمجيات

Sync GitHub issues from the repo into the local SQLite database for tracking. Supports full CRUD — pull open/closed issues, detect changes, and prune stale entries. Read-only on GitHub (never posts).

2026-03-05
issues-triage
مطوّرو البرمجيات

Update the local tracking metadata for a GitHub issue. Set priority, tracking status, or add notes. Does not modify the issue on GitHub.

2026-03-05
issues-view
مطوّرو البرمجيات

View detailed information about a specific GitHub issue. Shows the full body, comments, labels, and local tracking metadata. Can fetch fresh data from GitHub or read from local DB.

2026-03-05
journal-read
أمناء سر المدراء والمساعدون الإداريون التنفيذيون

Read and query journal entries. Shows recent activity, search by keyword, or filter by date. Can read from both SQLite and markdown entries.

2026-03-05
journal-write
موظفو الملفات

Write a journal entry documenting what was done in this session. Records what changed, why, and next steps. Saves to both SQLite and a timestamped markdown file.

2026-03-05
pr-prepare
مطوّرو البرمجيات

Prepares a pull request description. Generates the title, body, and checklist — then STOPS and presents everything for user review. Does NOT create the PR or push code without explicit user consent.

2026-03-05
skill-and-agent-factory
مطوّرو البرمجيات

Creates skills, agents, or both together. A unified factory for building Claude Code extensions with proper configuration, best practices, and coordinated workflows.

2026-03-05
task-create
موظفو الإنتاج والتخطيط والمتابعة

Create a new task with a title and optional description, priority, tags, and linked GitHub issue. Creates a task folder and inserts into SQLite.

2026-03-05
task-done
مطوّرو البرمجيات

Mark a task as done. Records completion time. Shortcut for /task-update <id> status done.

2026-03-05
task-list
مطوّرو البرمجيات

List and filter local tasks from SQLite. Filter by status, priority, or search by keyword.

2026-03-05
task-start
مطوّرو البرمجيات

Mark a task as in-progress. Shortcut for /task-update <id> status in-progress.

2026-03-05
task-update
مطوّرو البرمجيات

Update a task's field (status, priority, tags, notes, description). Updates both SQLite and the task's TASK.md file.

2026-03-05
task-view
موظفو الإنتاج والتخطيط والمتابعة

View full details of a specific task by ID or slug, including its TASK.md contents.

2026-03-05