Skills I use for my Agents (Claude Code, Codex, Copilot, Gemini CLI, Antigravity)
npx skills add https://github.com/practicalswan/agent-skills --skill word-documentCLI を使用してこのスキルをインストールし、ワークスペースで SKILL.md ワークフローの使用を開始します。
Shared skill catalog for GitHub Copilot, Claude Code, Codex, and Gemini CLI.
This workspace is the main branch for maintained skills, cross-client portability guidance, Gemini command generation, and MCP fallback rules.
Install or import new maintained skills here first, then sync them outward to the downstream targets.
65 tracked skill folders in this workspace51 maintained skills in this repo14 copied official Claude/Codex-style superpowers tracked locally for discovery and syncC:\Users\LOQ\.copilot\skillsC:\Users\LOQ\.codex\skillsC:\Users\LOQ\.agents\skillsC:\Users\LOQ\.claude\skillsC:\Users\LOQ\.gemini\antigravity\global_skillsC:\Users\LOQ\.agents\skills\superpowersC:\Users\LOQ\.claude\skillsC:\Users\LOQ\.codex\skillsC:\Users\LOQ\.agents\skills as a shared mirror for cross-client reuse and fallback lookupsC:\Users\LOQ\.agents\skills\superpowersC:\Users\LOQ\.gemini\antigravity\global_skills/skills:<skill-name> commands from .gemini/commands/skillspython scripts/export-gemini-skill.py --all/commands reloadskill-name/
|- SKILL.md
|- CHANGELOG.md
|- references/
| `- supporting-notes.md
|- scripts/
| `- helper.py
`- examples/
`- optional-example.md
Expected:
SKILL.mdCHANGELOG.mdRecommended:
references/scripts/Optional:
examples/LICENSE.txtWhen adding a new maintained skill:
C:\Users\LOQ\.copilot\skillsREFERENCE_SOURCES.md and scripts/skill-registry.json if the skill came from an external sourceValidate all skills and generated Gemini commands:
python scripts/validate-skills.py
Regenerate Gemini CLI commands:
python scripts/export-gemini-skill.py --all
Refresh portability and MCP sections across all skills:
python scripts/modernize-skills.py
Sync maintained skills to Codex, the shared mirror, and Claude, sync the full catalog to Gemini Antigravity, and sync maintained skills to discovered workspace-local roots:
powershell -ExecutionPolicy Bypass -File .\scripts\sync-skills.ps1 -WorkspaceSearchRoot "C:\Assumption University"
Sync only the personal global targets and skip workspace-local roots:
powershell -ExecutionPolicy Bypass -File .\scripts\sync-skills.ps1 -SkipWorkspaceRoots
The sync script can now discover and update local project skill folders under a workspace root when they live under:
.agent\skills.agents\skills.claude\skillsThat allows one pass from this repo into your Codex root, shared mirror root, and project-local skill roots inside C:\Assumption University.
agentic-evalbreaking-changes-managementcode-examples-synccode-qualitycontext-mapdevelopment-workflowdevops-toolingdocumentation-authoringdocumentation-automationdocumentation-patternsdocumentation-qualitydocumentation-verificationcloud-design-patternsmcp-buildercanvas-designexcalidraw-diagram-generatorfrontend-designlegacy-circuit-mockupsnextjs-developmentpremium-frontend-uireact-developmentstitch-designvite-developmentweb-design-reviewerweb-testingcsharp-xunitdotnet-best-practicesjava-docsjava-junitjavascript-developmentmongodb-mongoosephp-developmentpowerbi-modelingsql-developmentazure-integrationsexcel-sheetmicrosoft-developmentpdfpowerpoint-pptspreadsheet-formula-helperword-documentagent-task-mappingcodexercustom-agent-usagenotebooklm-managementnotion-docsserena-usagesubagent-delegationinfostealer-malware-detectorsecret-scanningsecurity-reviewThese maintained skills are MCP-backed or MCP-aware in this repo:
azure-integrationscodexerdevops-toolingexcel-sheetmicrosoft-developmentmongodb-mongoosenextjs-developmentnotebooklm-managementnotion-docspowerbi-modelingpowerpoint-pptsecret-scanningserena-usagestitch-designweb-design-reviewerweb-testingword-documentThe registry for MCP mappings and no-MCP fallback guidance is stored in scripts/skill-registry.json.
The following externally sourced skills are currently maintained in this repo.
Imported after auditing the wider C:\Assumption University workspace and matching them to real project needs:
agentic-evalcloud-design-patternscontext-mapcsharp-xunitdotnet-best-practicesjava-docsjava-junitmcp-builderpdfpremium-frontend-uisecret-scanningsecurity-reviewspreadsheet-formula-helperReference provenance, source commits, and selection reasons are documented in REFERENCE_SOURCES.md.