Skip to main content
seanGSISG
GitHub creator profile

seanGSISG

Repository-level view of 88 collected skills across 9 GitHub repositories.

skills collected
88
repositories
9
updated
Sep 1, 2026
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

check-agent-compatibility
unclassified

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

Sep 1, 2026
continual-learning
unclassified

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

Sep 1, 2026
create-plugin-scaffold
unclassified

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.

Sep 1, 2026
review-plugin-submission
unclassified

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

Sep 1, 2026
no-inline-imports
unclassified

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…

Sep 1, 2026
typescript-exhaustive-switch
unclassified

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.

Sep 1, 2026
workflow-from-chats
unclassified

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.

Sep 1, 2026
orchestrate-guide
unclassified

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…

Sep 1, 2026
Showing 8 of 32 collected skills.
docs
software-developers

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

Jun 2, 2026
research-add-fields
software-developers

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.

May 21, 2026
research-add-items
software-developers

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

May 21, 2026
research-deep
software-developers

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.

May 21, 2026
research-report
software-developers

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.

May 21, 2026
research
software-developers

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.

May 21, 2026
import-plans
file-clerks-434071

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

Apr 22, 2026
setup-vault-tools
software-developers

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…

Apr 22, 2026
Showing 8 of 27 collected skills.
plan-review
project-management-specialists

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

Nov 20, 2025
pr-creation
software-developers

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

Nov 20, 2025
state-persistence
software-developers

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

Nov 20, 2025
using-crispyclaude
computer-occupations-all-other

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

Nov 20, 2025
using-github-search
software-developers

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

Nov 20, 2025
using-web-search
software-developers

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

Nov 20, 2025
using-context7-for-docs
software-developers

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

Nov 20, 2025
executing-plans
software-developers

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

Nov 20, 2025
Showing 8 of 16 collected skills.
memory-setup
network-and-computer-systems-administrators

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…

Mar 8, 2026
memory-consolidate
software-developers

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…

Mar 8, 2026
memory-forget
software-developers

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…

Mar 8, 2026
memory-query
software-developers

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…

Mar 8, 2026
memory-status
database-administrators

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…

Mar 8, 2026
Showing 9 of 9 repositories
All repositories loaded