Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bmiguelbc16/antonella-agent-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Antonella Agent Pack

Professional 4-step skill pack for building, modernizing, auditing, and releasing WordPress plugins with Antonella Framework.

What This Pack Includes

  1. 01-scaffold-and-plan
    Scaffold a new plugin, define architecture, and produce implementation_plan.md.
  2. 02-implement-features
    Implement models, services, controllers, APIs, and UI from the plan.
  3. 03-refactor-legacy
    Migrate legacy/procedural plugins into Antonella MVC with configurable risk profile.
  4. 04-audit-and-release
    Run security/architecture QA, remediate issues, and package production ZIP artifacts.

Standards and Governance

All skills use these normative references:

  • normative/architecture_standards.md
  • normative/security_standards.md
  • normative/database_standards.md
  • normative/deployment.md
  • normative/oop_standards.md
  • normative/placeholders.md

Workflow Variants

  • new_plugin: 01-scaffold-and-plan -> 02-implement-features -> 04-audit-and-release
  • legacy_refactor: 03-refactor-legacy -> 04-audit-and-release

Repository Structure

Antonella-Agent-Pack/
├── skill_pack.json
├── normative/
│   ├── architecture_standards.md
│   ├── security_standards.md
│   ├── database_standards.md
│   ├── deployment.md
│   ├── oop_standards.md
│   └── placeholders.md
└── skills/
    ├── 01-scaffold-and-plan/SKILL.md
    ├── 02-implement-features/SKILL.md
    ├── 03-refactor-legacy/SKILL.md
    └── 04-audit-and-release/SKILL.md

Installation (skills CLI)

Replace <owner> and <repo> with your GitHub repository path.

# List available skills from the repository
npx skills add https://github.com/<owner>/<repo> --list

# Install all skills
npx skills add https://github.com/<owner>/<repo> --skill "*" --yes

# Install only one skill
npx skills add https://github.com/<owner>/<repo> --skill 04-audit-and-release --yes

Publish Checklist (skills.sh)

  1. Ensure the repository is public and contains valid SKILL.md files.

  2. Confirm each skill frontmatter has name and description.

  3. Keep skill names lowercase with hyphens for spec compatibility.

  4. Run a local check before release:

    npx skills add ./Antonella-Agent-Pack --list
  5. Tag and push a release version after validation.

Version

Current pack version: 2.0.0 (skill_pack.json)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors