Skip to main content
seanGSISG
ملف منشئ GitHub

seanGSISG

عرض على مستوى المستودعات لـ ٨٨ skills مجمعة عبر ٩ مستودعات GitHub.

skills مجمعة
٨٨
مستودعات
٩
محدث
١ سبتمبر ٢٠٢٦
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
cstack
٣٢ skills · ١ سبتمبر ٢٠٢٦
التصنيف قيد الانتظار
٣٦٪؜الحصة
#02
claude-depot
٢٧ skills · ٢ يونيو ٢٠٢٦
مطوّرو البرمجياتموظفو الملفاتمديرو الشبكات وأنظمة الحاسوبأمناء سر المدراء والمساعدون الإداريون التنفيذيونمطوّرو الويب
٥ فئات مهنية · ١٠٠٪؜ مصنفة
٣١٪؜الحصة
#03
crispy-claude
١٦ skills · ٢٠ نوفمبر ٢٠٢٥
مطوّرو البرمجياتمتخصصو إدارة المشاريعالمهن الحاسوبية الأخرى
٣ فئات مهنية · ١٠٠٪؜ مصنفة
١٨٪؜الحصة
#04
always-on-memory-agent
٥ skills · ٨ مارس ٢٠٢٦
مطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوبمديرو قواعد البيانات
٣ فئات مهنية · ١٠٠٪؜ مصنفة
٥٫٧٪؜الحصة
#05
media-watchlist
٤ skills · ١٦ أبريل ٢٠٢٦
مطوّرو البرمجياتممثلو خدمة العملاءموظفو الملفاتوكلاء تذاكر الحجز والنقل وموظفو السفر
٤ فئات مهنية · ١٠٠٪؜ مصنفة
٤٫٥٪؜الحصة
#06
ediscovery-export
١ skills · ٢٨ يوليو ٢٠٢٦
المحامون
١ فئات مهنية · ١٠٠٪؜ مصنفة
١٫١٪؜الحصة
#07
onenote-mcp
١ skills · ٢٢ يوليو ٢٠٢٦
المهن الحاسوبية الأخرى
١ فئات مهنية · ١٠٠٪؜ مصنفة
١٫١٪؜الحصة
#08
cc-autoresearch
١ skills · ٧ يوليو ٢٠٢٦
مطوّرو البرمجيات
١ فئات مهنية · ١٠٠٪؜ مصنفة
١٫١٪؜الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

المستودعات و skills الممثلة

check-agent-compatibility
غير مصنف

Run the full repository compatibility pass: scanner score, startup path, validation loop, and docs reliability.

١ سبتمبر ٢٠٢٦
continual-learning
غير مصنف

Orchestrate continual learning by delegating transcript mining and CLAUDE.md updates to `agents-memory-updater`.

١ سبتمبر ٢٠٢٦
create-plugin-scaffold
غير مصنف

Create a new Claude Code plugin scaffold with component directories, an optional manifest, and marketplace wiring. Use when starting a new plugin or adding a plugin to a multi-plugin marketplace repository.

١ سبتمبر ٢٠٢٦
review-plugin-submission
غير مصنف

Audit a Claude Code plugin for marketplace readiness. Use when validating the manifest, component placement, frontmatter, discovery paths, and submission quality before publishing.

١ سبتمبر ٢٠٢٦
no-inline-imports
غير مصنف

Keep imports at the top of the module and avoid inline imports in function bodies, type annotations, or interface fields. Apply when writing, reviewing, or refactoring JavaScript or TypeScript, and whenever a dynamic `import()` or inline `import(...)` type…

١ سبتمبر ٢٠٢٦
typescript-exhaustive-switch
غير مصنف

Require exhaustive switch handling over TypeScript discriminated unions and enums by adding a `never` check in the default case. Apply when writing or reviewing a `switch` over a union or enum, and when adding a new variant to an existing union or enum.

١ سبتمبر ٢٠٢٦
workflow-from-chats
غير مصنف

Extract durable working preferences from recent chats and convert them into skills, rules, or workflow docs. Use when asked to learn preferences, mine feedback, personalize workflows, or generate team/person-specific agent guidance.

١ سبتمبر ٢٠٢٦
orchestrate-guide
غير مصنف

How and when to fan a large goal out across parallel worker agents using the `/orchestrate:orchestrate` workflow — planner, isolated workers, independent verifiers, one reconciled report. Use when a task is too large for one agent's context, when the same…

١ سبتمبر ٢٠٢٦
عرض 8 من أصل ٣٢ skills مجمعة.
docs
مطوّرو البرمجيات

Search and access Anthropic documentation covering Claude Code CLI, API, Agent SDK, and more. Supports natural language queries, content search, and direct topic lookup. Trigger on: /docs, documentation questions about Claude Code, Claude API, Agent SDK,…

٢ يونيو ٢٠٢٦
research-add-fields
مطوّرو البرمجيات

Add more field definitions to an existing fields.yaml. Source new fields from user input or from a web-search subagent suggesting common fields in the domain.

٢١ مايو ٢٠٢٦
research-add-items
مطوّرو البرمجيات

Add more items (research objects) to an existing outline.yaml. Optionally launches a web-search subagent to suggest items in the topic's domain.

٢١ مايو ٢٠٢٦
research-deep
مطوّرو البرمجيات

Run deep research on each item in outline.yaml by fanning out parallel web-search subagents. Writes one validated JSON per item to results/. Resumable — skips items that already have a complete JSON.

٢١ مايو ٢٠٢٦
research-report
مطوّرو البرمجيات

Convert per-item JSON results from /ultra-research:research-deep into a single markdown report with table of contents and per-item sections. Uses a bundled converter script — no per-run script regeneration.

٢١ مايو ٢٠٢٦
research
مطوّرو البرمجيات

Build a structured research outline (items + field definitions) on a topic, mixing model knowledge with a single web-search supplement pass. Writes outline.yaml and fields.yaml to a topic-named subdirectory. Entry point of the 5-phase research pipeline.

٢١ مايو ٢٠٢٦
import-plans
موظفو الملفات

Bulk import existing Claude Code plan files from ~/.claude/plans/ into the Obsidian vault. Triggers: "import plans", "bulk import plans", "sync old plans", "bring in my plans", "migrate plans", "copy plans to vault", "load plans into obsidian".

٢٢ أبريل ٢٠٢٦
setup-vault-tools
مطوّرو البرمجيات

Configure vault-tools for first-time use or change the vault path. Covers both note management and plan archival. Triggers: "setup vault-tools", "configure vault-tools", "set vault path", "install vault-tools", "get started with vault-tools", "setup plan…

٢٢ أبريل ٢٠٢٦
عرض 8 من أصل ٢٧ skills مجمعة.
plan-review
متخصصو إدارة المشاريع

Use after plan is written to validate implementation plans across completeness, quality, feasibility, and scope dimensions - spawns specialized validators for failed dimensions and refines plan interactively before execution

٢٠ نوفمبر ٢٠٢٥
pr-creation
مطوّرو البرمجيات

Use when creating pull requests to auto-generate PR descriptions from plan, execution context, and memory - handles pre-flight checks, description generation, and GitHub CLI integration

٢٠ نوفمبر ٢٠٢٥
state-persistence
مطوّرو البرمجيات

Use when saving workflow state to Serena MCP memory at research, planning, execution, or completion stages - enables resuming work later with /cc:resume command

٢٠ نوفمبر ٢٠٢٥
using-crispyclaude
المهن الحاسوبية الأخرى

Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists

٢٠ نوفمبر ٢٠٢٥
using-github-search
مطوّرو البرمجيات

Use when researching GitHub issues, PRs, and discussions for community solutions and known gotchas - searches via WebSearch with site filters and extracts problem-solution patterns

٢٠ نوفمبر ٢٠٢٥
using-web-search
مطوّرو البرمجيات

Use when researching best practices, tutorials, and expert opinions using WebSearch and WebFetch tools - assesses source authority and recency to synthesize findings with citations

٢٠ نوفمبر ٢٠٢٥
using-context7-for-docs
مطوّرو البرمجيات

Use when researching library documentation with Context7 MCP tools for official patterns and best practices

٢٠ نوفمبر ٢٠٢٥
executing-plans
مطوّرو البرمجيات

Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches

٢٠ نوفمبر ٢٠٢٥
عرض 8 من أصل ١٦ skills مجمعة.
memory-setup
مديرو الشبكات وأنظمة الحاسوب

This skill should be used when the user asks to set up, configure, or install the claude-memory plugin, check memory health, diagnose memory issues, or reconfigure their LLM provider. Trigger phrases include "set up memory", "configure memory", "memory…

٨ مارس ٢٠٢٦
memory-consolidate
مطوّرو البرمجيات

This skill should be used when the user asks to consolidate memories, merge observations, synthesize insights, run consolidation, or clean up memory. Trigger phrases include "consolidate memories", "merge observations", "run consolidation", "synthesize…

٨ مارس ٢٠٢٦
memory-forget
مطوّرو البرمجيات

This skill should be used when the user wants to forget something, delete memories, remove observations, clear outdated information, or reduce memory importance. Trigger phrases include "forget about", "delete memories", "remove observations", "clear memory…

٨ مارس ٢٠٢٦
memory-query
مطوّرو البرمجيات

This skill should be used when the user asks to search, query, or recall project memories, observations, or past session history. Trigger phrases include "what do you remember about", "search memory for", "recall", "what did we decide about", "find past…

٨ مارس ٢٠٢٦
memory-status
مديرو قواعد البيانات

This skill should be used when the user asks about memory database statistics, memory health, how many memories are stored, database size, or observation counts. Trigger phrases include "memory stats", "how many memories", "memory status", "show memory…

٨ مارس ٢٠٢٦
عرض ٩ من أصل ٩ مستودعات
تم تحميل كل المستودعات