phere — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited phere (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Portable, open-source workflows for Codex: reusable skills, custom agents, plugin bundles, project installers, validation tools, and TypeScript/Python SDK examples.
Use one repository as the source of truth for agent workflows you want available across different codebases and machines.
| Included | Count | Purpose |
|---|---|---|
| Archived skill packages | 41 | Reusable global and project-specific workflows |
| Unique umbrella-plugin skills | 40 | Deduplicated skills installable through one plugin |
| Agent profiles | 12 | 6 Codex TOML agents and 6 Claude Markdown agents |
| Codex plugins | 3 | Full toolkit, QA Agent, and Phere |
| Project profiles | 5 | QaAgent, Shaadikhata, Phere Website, NUUDE, and Wrkly |
| Codex SDK examples | 2 | TypeScript and Python |
The generated inventory and machine-readable manifest contain the complete package list.
Agent skills often end up scattered across user folders and individual projects. That makes them difficult to reuse, review, update, or move to a new machine.
SkilledAgents Toolkit provides:
.agents/skills;Best when you want the deduplicated skill collection through the Codex plugin system.
codex plugin marketplace add BAKUGOS1/SkilledAgents-Toolkit
codex plugin add skilled-agents@skilled-agents-toolkitStart a new Codex thread after installation. The marketplace also exposes the smaller qa-agent and phere plugins.
Best when you want direct user-level files without installing SDK dependencies.
git clone https://github.com/BAKUGOS1/SkilledAgents-Toolkit.git
Set-Location .\SkilledAgents-Toolkit
.\scripts\validate.ps1
.\scripts\install.ps1 -Skills -CodexAgents -ForceThis installs skills into %USERPROFILE%\.agents\skills and Codex agents into %USERPROFILE%\.codex\agents.
.\scripts\install.ps1 -All -Force-All installs skills, Codex agents, the marketplace plugin, and both SDK example dependencies. The Python SDK includes a pinned Codex CLI runtime download, so this option is intentionally heavier.
Restart Codex after installation so it reloads installed skills, agents, and plugins.
| Requirement | Needed for |
|---|---|
| Windows PowerShell 5.1+ or PowerShell 7+ | Installer, sync, manifest, and validation scripts |
| Git | Cloning and repository workflows |
| Codex CLI | Plugin marketplace installation |
| Node.js 18+ and npm | TypeScript Codex SDK example |
| Python 3.10+ | Python Codex SDK example |
Skills and Markdown/TOML agent definitions are portable files. The included automation scripts are Windows-first.
The toolkit covers:
See INVENTORY.md for every skill and its package location.
agents/codex/wrkly/ contains installable Codex custom agents for:
The original Claude-compatible definitions remain under agents/claude/wrkly/.
| Plugin | Purpose |
|---|---|
skilled-agents | Deduplicated umbrella collection of reusable skills |
qa-agent | Focused website QA and evidence-reporting workflow |
phere | Phere/Shaadikhata 9-Agent Manager workflow |
Marketplace metadata lives at .agents/plugins/marketplace.json.
Project profiles install relevant skills into a target repository:
.\scripts\install.ps1 `
-ProjectProfile qaagent `
-ProjectPath "C:\path\to\QaAgent" `
-ForceSupported profiles:
qaagentshaadikhataphere-websitenuudewrklyWhere available, the installer also copies the profile's AGENTS.md guidance. The Wrkly profile includes its Claude agent definitions.
# Canonical user-level Agent Skills location
.\scripts\install.ps1 -Skills -Force
# Also copy skills into the legacy ~/.codex/skills location
.\scripts\install.ps1 -Skills -LegacyCodexPath -Force
# Install only Codex custom-agent TOML files
.\scripts\install.ps1 -CodexAgents -Force
# Configure the public marketplace and install the umbrella plugin
.\scripts\install.ps1 -Plugin
# Install and verify both Codex SDK examples
.\scripts\install-sdk.ps1 -AllWithout -Force, existing destination packages are preserved.
Pinned package: @openai/[email protected]
Set-Location .\sdk\typescript
npm install
npm run typecheck
npm start -- "Inspect this repository and suggest improvements"Pinned beta package: openai-codex==0.1.0b3
.\scripts\install-sdk.ps1 -Python
.\sdk\python\.venv\Scripts\python.exe .\sdk\python\example.py `
"Inspect this repository and suggest improvements"SDK environments and node_modules are ignored by Git.
After installation, try:
Use $product-engineering-auditor to audit this app and implement the highest-value safe fixes.Use $webapp-testing to verify the local app and report console, responsive, and interaction problems.Use $phere-9-agent-manager to plan, implement, test, and review this Shaadikhata task.Spawn the wrkly-code-reviewer and wrkly-security-auditor agents to review this branch..
|-- .agents/plugins/ # Codex marketplace catalog
|-- agents/
| |-- codex/ # Custom-agent TOML files
| `-- claude/ # Claude-compatible agent files
|-- plugins/ # Three Codex plugin bundles
|-- project-kits/ # Reusable AGENTS.md and AgentOS assets
|-- scripts/ # Install, sync, conversion, and validation
|-- sdk/
| |-- typescript/
| `-- python/
|-- skills/
| |-- codex/ # User-level reusable skills
| |-- agents-global/ # General Agent Skills
| `-- projects/ # Project-specific workflows
`-- third-party/licenses/ # Preserved license textsSafely copy supported local skills and agents into this repository:
.\scripts\sync-local.ps1 `
-ProjectRoot "C:\path\to\repo-one","C:\path\to\repo-two" `
-ForceThe sync workflow excludes built-in system skills, plugin caches, authentication state, sessions, environment files, databases, runtime logs, and generated run/status directories.
After reviewing the diff:
.\scripts\build-manifest.ps1
.\scripts\validate.ps1scripts/validate.ps1 checks:
SKILL.md frontmatter;The installer and sync scripts do not delete local skills. Existing files are overwritten only when -Force is explicitly supplied.
Original toolkit code and locally authored workflows are released under the MIT License.
Vendored third-party components retain their upstream licenses and attribution. See THIRD_PARTY_NOTICES.md.
The Emil Design Engineering skill is reference-only in external-skills.json because its upstream repository did not declare a redistribution license when this toolkit was assembled.
Contributions are welcome. Read CONTRIBUTING.md before adding skills, agents, plugins, or third-party material.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.