Skip to main content
seanGSISG
Profil créateur GitHub

seanGSISG

Vue par dépôt de 88 skills collectés dans 9 dépôts GitHub.

skills collectés
88
dépôts
9
mis à jour
1 sept. 2026
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

Les 8 principaux dépôts sont affichés ici ; la liste complète continue ci-dessous.
explorateur de dépôts

Dépôts et skills représentatifs

check-agent-compatibility
non classé

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

1 sept. 2026
continual-learning
non classé

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

1 sept. 2026
create-plugin-scaffold
non classé

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.

1 sept. 2026
review-plugin-submission
non classé

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

1 sept. 2026
no-inline-imports
non classé

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…

1 sept. 2026
typescript-exhaustive-switch
non classé

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.

1 sept. 2026
workflow-from-chats
non classé

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.

1 sept. 2026
orchestrate-guide
non classé

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…

1 sept. 2026
Affichage de 8 skills collectés sur 32.
docs
Développeurs de logiciels

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,…

2 juin 2026
research-add-fields
Développeurs de logiciels

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.

21 mai 2026
research-add-items
Développeurs de logiciels

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

21 mai 2026
research-deep
Développeurs de logiciels

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.

21 mai 2026
research-report
Développeurs de logiciels

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.

21 mai 2026
research
Développeurs de logiciels

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.

21 mai 2026
import-plans
Préposés aux dossiers

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".

22 avr. 2026
setup-vault-tools
Développeurs de logiciels

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…

22 avr. 2026
Affichage de 8 skills collectés sur 27.
plan-review
Spécialistes en gestion de projets

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

20 nov. 2025
pr-creation
Développeurs de logiciels

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

20 nov. 2025
state-persistence
Développeurs de logiciels

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

20 nov. 2025
using-crispyclaude
Autres occupations informatiques

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

20 nov. 2025
using-github-search
Développeurs de logiciels

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

20 nov. 2025
using-web-search
Développeurs de logiciels

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

20 nov. 2025
using-context7-for-docs
Développeurs de logiciels

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

20 nov. 2025
executing-plans
Développeurs de logiciels

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

20 nov. 2025
Affichage de 8 skills collectés sur 16.
memory-setup
Administrateurs de réseaux et de systèmes informatiques

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…

8 mars 2026
memory-consolidate
Développeurs de logiciels

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…

8 mars 2026
memory-forget
Développeurs de logiciels

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…

8 mars 2026
memory-query
Développeurs de logiciels

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…

8 mars 2026
memory-status
Administrateurs de bases de données

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…

8 mars 2026
9 dépôts affichés sur 9
Tous les dépôts sont affichés