A public skill collection for agent workflows.
Install from this collection:
npx skills@latest add RektTillNoon/alpha-skills
Preview available skills without installing:
npx skills@latest add RektTillNoon/alpha-skills --list
Check global installs from any directory before adding a skill again:
npx skills@latest list --global --json
Update installed skills instead of re-adding them:
npx skills@latest update
Provides a public-safe SEO/GEO audit plugin that can be used from Codex and
Claude Code. The plugin keeps one canonical skill body at
plugins/seo-geo/skills/seo-geo-audit/SKILL.md and exposes both
.codex-plugin/plugin.json and .claude-plugin/plugin.json manifests.
The repo also includes .claude-plugin/marketplace.json so the public
repository can act as a Claude Code plugin marketplace. After the marketplace is
published and added in Claude Code, the plugin is intended to install as:
/plugin install seo-geo@alpha-skills
For local Claude Code development before publishing:
cc --plugin-dir /absolute/path/to/alpha-skills/plugins/seo-geo
After installation, Claude Code users can run:
/seo-geo-audit
For Codex plugin use, the repo includes .agents/plugins/marketplace.json
pointing at ./plugins/seo-geo. In local development, add this repository as a
local plugin marketplace or load the plugin directory directly from:
/absolute/path/to/alpha-skills/plugins/seo-geo
The top-level npx skills@latest add RektTillNoon/alpha-skills flow installs
top-level skills from this collection. It does not install the seo-geo plugin,
because seo-geo is intentionally packaged as a plugin, not a standalone skill.
Run the plugin contract test:
python3 -m unittest tests.test_seo_geo_plugin_public_contract
Provider credentials live in the host agent, MCP server, connector, browser
profile, provider CLI, or user-owned project environment. The plugin documents
provider setup in plugins/seo-geo/docs/provider-setup.md and security policy
in plugins/seo-geo/SECURITY.md.
Runs a constrained, behavior-preserving cleanup pass for existing codebases. It focuses on semantic clarity, dead-code removal, leaner APIs, nearby test cleanup, and narrow verification without turning cleanup into product work.
Install the skill:
npx skills@latest add RektTillNoon/alpha-skills --skill clean
Runs the same cleanup discipline with an intentional git commit workflow. It inspects unstaged work, avoids accidental staging, runs the discovered verification gate, and commits only when explicitly requested.
Install the skill:
npx skills@latest add RektTillNoon/alpha-skills --skill clean-commit
Creates decision-complete TeX specs and phased implementation plans grounded in the current repository state. Every .tex deliverable must include a rendered .pdf companion.
Install the skill:
npx skills@latest add RektTillNoon/alpha-skills --skill tex-spec-writer
Remove the skill:
npx skills@latest remove tex-spec-writer
Alias:
npx skills@latest rm tex-spec-writer
alpha-skills/
├── README.md
├── LICENSE
├── plugins/
│ └── seo-geo/
│ ├── .codex-plugin/
│ │ └── plugin.json
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── commands/
│ │ └── seo-geo-audit.md
│ ├── docs/
│ │ └── provider-setup.md
│ ├── examples/
│ │ └── sanitized-basic/
│ ├── SECURITY.md
│ ├── README.md
│ └── skills/
│ └── seo-geo-audit/
│ ├── SKILL.md
│ └── agents/
│ └── openai.yaml
├── clean/
│ ├── SKILL.md
│ └── agents/
│ └── openai.yaml
├── clean-commit/
│ ├── SKILL.md
│ ├── agents/
│ │ └── openai.yaml
│ ├── scripts/
│ │ └── inspect_unstaged_changes.py
│ └── tests/
│ ├── __init__.py
│ └── test_inspect_unstaged_changes.py
└── tex-spec-writer/
├── SKILL.md
└── agents/
└── openai.yaml
This follows the public skill collection pattern used by repositories such as mattpocock/skills, where each skill is a top-level directory with a SKILL.md file and optional supporting files.
.codex-plugin/plugin.json; .agents/plugins/marketplace.json
exposes repo-local plugin marketplace metadata; SKILL.md and
agents/openai.yaml provide skill metadata where supported.SKILL.md; supporting files are optional.Validate the skill structure with your local skill validator if available. For Codex:
python3 ~/.codex/skills/.system/skill-creator/scripts/quick_validate.py tex-spec-writer
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub rekttillnoon/alpha-skills --plugin seo-geoHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development