heraspec 0.1.13 → 0.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +209 -22
- package/README.md +205 -137
- package/bin/heraspec.js +4950 -1161
- package/bin/heraspec.js.map +4 -4
- package/dist/core/templates/skills/CHANGELOG.md +117 -117
- package/dist/core/templates/skills/README-template.md +58 -58
- package/dist/core/templates/skills/README.md +35 -32
- package/dist/core/templates/skills/campaign-plan/skill.md +76 -0
- package/dist/core/templates/skills/campaign-plan/skill.vi.md +76 -0
- package/dist/core/templates/skills/campaign-plan-skill.md +76 -0
- package/dist/core/templates/skills/campaign-plan-skill.vi.md +76 -0
- package/dist/core/templates/skills/code-review/skill.md +70 -0
- package/dist/core/templates/skills/code-review/skill.vi.md +70 -0
- package/dist/core/templates/skills/code-review-skill.md +70 -0
- package/dist/core/templates/skills/code-review-skill.vi.md +70 -0
- package/dist/core/templates/skills/content-creation/skill.md +69 -0
- package/dist/core/templates/skills/content-creation/skill.vi.md +69 -0
- package/dist/core/templates/skills/content-creation-skill.md +69 -0
- package/dist/core/templates/skills/content-creation-skill.vi.md +69 -0
- package/dist/core/templates/skills/content-optimization/skill.md +104 -0
- package/dist/core/templates/skills/content-optimization-skill.md +104 -104
- package/dist/core/templates/skills/data/design-systems.csv +54 -0
- package/dist/core/templates/skills/data/pages-proposed.csv +21 -21
- package/dist/core/templates/skills/data/pages.csv +9 -9
- package/dist/core/templates/skills/data/typography.csv +57 -57
- package/dist/core/templates/skills/debug/skill.md +69 -0
- package/dist/core/templates/skills/debug/skill.vi.md +69 -0
- package/dist/core/templates/skills/debug-skill.md +69 -0
- package/dist/core/templates/skills/debug-skill.vi.md +69 -0
- package/dist/core/templates/skills/deploy-documentation/skill.md +408 -0
- package/dist/core/templates/skills/deploy-documentation-skill.md +408 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/airbnb/DESIGN.md +246 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/airtable/DESIGN.md +89 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/apple/DESIGN.md +313 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/bmw/DESIGN.md +180 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/cal/DESIGN.md +259 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/claude/DESIGN.md +312 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/clay/DESIGN.md +304 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/clickhouse/DESIGN.md +281 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/cohere/DESIGN.md +266 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/coinbase/DESIGN.md +129 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/composio/DESIGN.md +307 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/cursor/DESIGN.md +309 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/elevenlabs/DESIGN.md +265 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/expo/DESIGN.md +281 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/figma/DESIGN.md +220 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/framer/DESIGN.md +246 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/hashicorp/DESIGN.md +278 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/ibm/DESIGN.md +332 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/index.json +72 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/intercom/DESIGN.md +146 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/kraken/DESIGN.md +125 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/linear.app/DESIGN.md +367 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/lovable/DESIGN.md +298 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/minimax/DESIGN.md +257 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/mintlify/DESIGN.md +326 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/miro/DESIGN.md +108 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/mistral.ai/DESIGN.md +261 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/mongodb/DESIGN.md +266 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/notion/DESIGN.md +309 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/nvidia/DESIGN.md +293 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/ollama/DESIGN.md +267 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/opencode.ai/DESIGN.md +281 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/pinterest/DESIGN.md +230 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/posthog/DESIGN.md +256 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/raycast/DESIGN.md +268 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/replicate/DESIGN.md +261 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/resend/DESIGN.md +303 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/revolut/DESIGN.md +185 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/runwayml/DESIGN.md +244 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/sanity/DESIGN.md +357 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/sentry/DESIGN.md +262 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/spacex/DESIGN.md +194 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/spotify/DESIGN.md +246 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/stripe/DESIGN.md +322 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/supabase/DESIGN.md +255 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/superhuman/DESIGN.md +252 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/together.ai/DESIGN.md +263 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/uber/DESIGN.md +295 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/vercel/DESIGN.md +310 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/voltagent/DESIGN.md +323 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/warp/DESIGN.md +253 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/webflow/DESIGN.md +92 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/wise/DESIGN.md +173 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/x.ai/DESIGN.md +257 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/zapier/DESIGN.md +328 -0
- package/dist/core/templates/skills/design-system/skill.md +176 -0
- package/dist/core/templates/skills/design-system-skill.md +176 -0
- package/dist/core/templates/skills/documents/skill.md +104 -0
- package/dist/core/templates/skills/documents/templates/documentation-landing-page.html +63 -63
- package/dist/core/templates/skills/documents/templates/documentation.html +49 -49
- package/dist/core/templates/skills/documents/templates/landing-script.js +38 -38
- package/dist/core/templates/skills/documents/templates/landing-style.css +158 -158
- package/dist/core/templates/skills/documents/templates/script.js +56 -56
- package/dist/core/templates/skills/documents/templates/style.css +155 -155
- package/dist/core/templates/skills/documents/templates/technical-doc-template.md +16 -16
- package/dist/core/templates/skills/documents/templates/user-guide-template.md +16 -16
- package/dist/core/templates/skills/documents-skill.md +104 -104
- package/dist/core/templates/skills/e2e-test/skill.md +119 -0
- package/dist/core/templates/skills/e2e-test-skill.md +119 -119
- package/dist/core/templates/skills/email-sequence/skill.md +68 -0
- package/dist/core/templates/skills/email-sequence/skill.vi.md +68 -0
- package/dist/core/templates/skills/email-sequence-skill.md +68 -0
- package/dist/core/templates/skills/email-sequence-skill.vi.md +68 -0
- package/dist/core/templates/skills/git-embed/skill.md +57 -0
- package/dist/core/templates/skills/git-embed-skill.md +57 -0
- package/dist/core/templates/skills/integration-test/skill.md +118 -0
- package/dist/core/templates/skills/integration-test-skill.md +118 -118
- package/dist/core/templates/skills/knowledge/README.md +63 -0
- package/dist/core/templates/skills/knowledge/design-systems/airbnb/DESIGN.md +246 -0
- package/dist/core/templates/skills/knowledge/design-systems/airtable/DESIGN.md +89 -0
- package/dist/core/templates/skills/knowledge/design-systems/apple/DESIGN.md +313 -0
- package/dist/core/templates/skills/knowledge/design-systems/bmw/DESIGN.md +180 -0
- package/dist/core/templates/skills/knowledge/design-systems/cal/DESIGN.md +259 -0
- package/dist/core/templates/skills/knowledge/design-systems/claude/DESIGN.md +312 -0
- package/dist/core/templates/skills/knowledge/design-systems/clay/DESIGN.md +304 -0
- package/dist/core/templates/skills/knowledge/design-systems/clickhouse/DESIGN.md +281 -0
- package/dist/core/templates/skills/knowledge/design-systems/cohere/DESIGN.md +266 -0
- package/dist/core/templates/skills/knowledge/design-systems/coinbase/DESIGN.md +129 -0
- package/dist/core/templates/skills/knowledge/design-systems/composio/DESIGN.md +307 -0
- package/dist/core/templates/skills/knowledge/design-systems/cursor/DESIGN.md +309 -0
- package/dist/core/templates/skills/knowledge/design-systems/elevenlabs/DESIGN.md +265 -0
- package/dist/core/templates/skills/knowledge/design-systems/expo/DESIGN.md +281 -0
- package/dist/core/templates/skills/knowledge/design-systems/figma/DESIGN.md +220 -0
- package/dist/core/templates/skills/knowledge/design-systems/framer/DESIGN.md +246 -0
- package/dist/core/templates/skills/knowledge/design-systems/hashicorp/DESIGN.md +278 -0
- package/dist/core/templates/skills/knowledge/design-systems/ibm/DESIGN.md +332 -0
- package/dist/core/templates/skills/knowledge/design-systems/index.json +72 -0
- package/dist/core/templates/skills/knowledge/design-systems/intercom/DESIGN.md +146 -0
- package/dist/core/templates/skills/knowledge/design-systems/kraken/DESIGN.md +125 -0
- package/dist/core/templates/skills/knowledge/design-systems/linear.app/DESIGN.md +367 -0
- package/dist/core/templates/skills/knowledge/design-systems/lovable/DESIGN.md +298 -0
- package/dist/core/templates/skills/knowledge/design-systems/minimax/DESIGN.md +257 -0
- package/dist/core/templates/skills/knowledge/design-systems/mintlify/DESIGN.md +326 -0
- package/dist/core/templates/skills/knowledge/design-systems/miro/DESIGN.md +108 -0
- package/dist/core/templates/skills/knowledge/design-systems/mistral.ai/DESIGN.md +261 -0
- package/dist/core/templates/skills/knowledge/design-systems/mongodb/DESIGN.md +266 -0
- package/dist/core/templates/skills/knowledge/design-systems/notion/DESIGN.md +309 -0
- package/dist/core/templates/skills/knowledge/design-systems/nvidia/DESIGN.md +293 -0
- package/dist/core/templates/skills/knowledge/design-systems/ollama/DESIGN.md +267 -0
- package/dist/core/templates/skills/knowledge/design-systems/opencode.ai/DESIGN.md +281 -0
- package/dist/core/templates/skills/knowledge/design-systems/pinterest/DESIGN.md +230 -0
- package/dist/core/templates/skills/knowledge/design-systems/posthog/DESIGN.md +256 -0
- package/dist/core/templates/skills/knowledge/design-systems/raycast/DESIGN.md +268 -0
- package/dist/core/templates/skills/knowledge/design-systems/replicate/DESIGN.md +261 -0
- package/dist/core/templates/skills/knowledge/design-systems/resend/DESIGN.md +303 -0
- package/dist/core/templates/skills/knowledge/design-systems/revolut/DESIGN.md +185 -0
- package/dist/core/templates/skills/knowledge/design-systems/runwayml/DESIGN.md +244 -0
- package/dist/core/templates/skills/knowledge/design-systems/sanity/DESIGN.md +357 -0
- package/dist/core/templates/skills/knowledge/design-systems/sentry/DESIGN.md +262 -0
- package/dist/core/templates/skills/knowledge/design-systems/spacex/DESIGN.md +194 -0
- package/dist/core/templates/skills/knowledge/design-systems/spotify/DESIGN.md +246 -0
- package/dist/core/templates/skills/knowledge/design-systems/stripe/DESIGN.md +322 -0
- package/dist/core/templates/skills/knowledge/design-systems/supabase/DESIGN.md +255 -0
- package/dist/core/templates/skills/knowledge/design-systems/superhuman/DESIGN.md +252 -0
- package/dist/core/templates/skills/knowledge/design-systems/together.ai/DESIGN.md +263 -0
- package/dist/core/templates/skills/knowledge/design-systems/uber/DESIGN.md +295 -0
- package/dist/core/templates/skills/knowledge/design-systems/vercel/DESIGN.md +310 -0
- package/dist/core/templates/skills/knowledge/design-systems/voltagent/DESIGN.md +323 -0
- package/dist/core/templates/skills/knowledge/design-systems/warp/DESIGN.md +253 -0
- package/dist/core/templates/skills/knowledge/design-systems/webflow/DESIGN.md +92 -0
- package/dist/core/templates/skills/knowledge/design-systems/wise/DESIGN.md +173 -0
- package/dist/core/templates/skills/knowledge/design-systems/x.ai/DESIGN.md +257 -0
- package/dist/core/templates/skills/knowledge/design-systems/zapier/DESIGN.md +328 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/codeigniter/rise-cms/profile.json +27 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/codeigniter/rise-cms/structure.md +137 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/laravel/botble/profile.json +39 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/laravel/botble/structure.md +208 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/wordpress/core/profile.json +51 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/wordpress/core/structure.md +369 -0
- package/dist/core/templates/skills/knowledge/index.json +65 -0
- package/dist/core/templates/skills/module-codebase-skill.md +110 -110
- package/dist/core/templates/skills/perfex-module/module-codebase/skill.md +110 -0
- package/dist/core/templates/skills/plugin-directory-skill.md +396 -396
- package/dist/core/templates/skills/project-memory/skill.md +222 -0
- package/dist/core/templates/skills/project-memory/skill.vi.md +223 -0
- package/dist/core/templates/skills/project-memory-skill.md +222 -0
- package/dist/core/templates/skills/project-memory-skill.vi.md +223 -0
- package/dist/core/templates/skills/scripts/CODE_EXPLANATION.md +394 -394
- package/dist/core/templates/skills/scripts/SEARCH_ALGORITHMS_COMPARISON.md +421 -421
- package/dist/core/templates/skills/scripts/SEARCH_MODES_GUIDE.md +238 -238
- package/dist/core/templates/skills/scripts/__pycache__/core.cpython-311.pyc +0 -0
- package/dist/core/templates/skills/scripts/core.py +391 -385
- package/dist/core/templates/skills/scripts/search.py +1 -1
- package/dist/core/templates/skills/seo-audit/skill.md +75 -0
- package/dist/core/templates/skills/seo-audit/skill.vi.md +75 -0
- package/dist/core/templates/skills/seo-audit-skill.md +75 -0
- package/dist/core/templates/skills/seo-audit-skill.vi.md +75 -0
- package/dist/core/templates/skills/smart-explore/skill.md +141 -0
- package/dist/core/templates/skills/smart-explore-skill.md +141 -0
- package/dist/core/templates/skills/sourcecode-analyzer/skill.md +210 -0
- package/dist/core/templates/skills/sourcecode-analyzer/skill.vi.md +210 -0
- package/dist/core/templates/skills/sourcecode-analyzer-skill.md +210 -0
- package/dist/core/templates/skills/sourcecode-analyzer-skill.vi.md +210 -0
- package/dist/core/templates/skills/spec-writer/skill.md +61 -0
- package/dist/core/templates/skills/spec-writer/skill.vi.md +61 -0
- package/dist/core/templates/skills/spec-writer-skill.md +61 -0
- package/dist/core/templates/skills/spec-writer-skill.vi.md +61 -0
- package/dist/core/templates/skills/sql-queries/skill.md +67 -0
- package/dist/core/templates/skills/sql-queries/skill.vi.md +67 -0
- package/dist/core/templates/skills/sql-queries-skill.md +67 -0
- package/dist/core/templates/skills/sql-queries-skill.vi.md +67 -0
- package/dist/core/templates/skills/suggestion/skill.md +118 -0
- package/dist/core/templates/skills/suggestion-skill.md +118 -118
- package/dist/core/templates/skills/system-design/skill.md +70 -0
- package/dist/core/templates/skills/system-design/skill.vi.md +70 -0
- package/dist/core/templates/skills/system-design-skill.md +70 -0
- package/dist/core/templates/skills/system-design-skill.vi.md +70 -0
- package/dist/core/templates/skills/tech-debt/skill.md +70 -0
- package/dist/core/templates/skills/tech-debt/skill.vi.md +70 -0
- package/dist/core/templates/skills/tech-debt-skill.md +70 -0
- package/dist/core/templates/skills/tech-debt-skill.vi.md +70 -0
- package/dist/core/templates/skills/templates/accessibility-checklist.md +40 -40
- package/dist/core/templates/skills/templates/example-prompt-full-theme.md +333 -333
- package/dist/core/templates/skills/templates/page-types-guide.md +338 -338
- package/dist/core/templates/skills/templates/pages-proposed-summary.md +273 -273
- package/dist/core/templates/skills/templates/pre-delivery-checklist.md +42 -42
- package/dist/core/templates/skills/templates/prompt-template-full-theme.md +313 -313
- package/dist/core/templates/skills/templates/responsive-design.md +40 -40
- package/dist/core/templates/skills/ui-ux/data/charts.csv +26 -0
- package/dist/core/templates/skills/ui-ux/data/colors.csv +97 -0
- package/dist/core/templates/skills/ui-ux/data/design-systems.csv +54 -0
- package/dist/core/templates/skills/ui-ux/data/landing.csv +31 -0
- package/dist/core/templates/skills/ui-ux/data/pages-proposed.csv +22 -0
- package/dist/core/templates/skills/ui-ux/data/pages.csv +10 -0
- package/dist/core/templates/skills/ui-ux/data/products.csv +97 -0
- package/dist/core/templates/skills/ui-ux/data/prompts.csv +24 -0
- package/dist/core/templates/skills/ui-ux/data/stacks/flutter.csv +53 -0
- package/dist/core/templates/skills/ui-ux/data/stacks/html-tailwind.csv +56 -0
- package/dist/core/templates/skills/ui-ux/data/stacks/nextjs.csv +53 -0
- package/dist/core/templates/skills/ui-ux/data/stacks/react-native.csv +52 -0
- package/dist/core/templates/skills/ui-ux/data/stacks/react.csv +54 -0
- package/dist/core/templates/skills/ui-ux/data/stacks/svelte.csv +54 -0
- package/dist/core/templates/skills/ui-ux/data/stacks/swiftui.csv +51 -0
- package/dist/core/templates/skills/ui-ux/data/stacks/vue.csv +50 -0
- package/dist/core/templates/skills/ui-ux/data/styles.csv +59 -0
- package/dist/core/templates/skills/ui-ux/data/typography.csv +58 -0
- package/dist/core/templates/skills/ui-ux/data/ux-guidelines.csv +100 -0
- package/dist/core/templates/skills/ui-ux/scripts/CODE_EXPLANATION.md +394 -0
- package/dist/core/templates/skills/ui-ux/scripts/SEARCH_ALGORITHMS_COMPARISON.md +421 -0
- package/dist/core/templates/skills/ui-ux/scripts/SEARCH_MODES_GUIDE.md +238 -0
- package/dist/core/templates/skills/ui-ux/scripts/core.py +391 -0
- package/dist/core/templates/skills/ui-ux/scripts/search.py +73 -0
- package/dist/core/templates/skills/ui-ux/skill.md +595 -0
- package/dist/core/templates/skills/ui-ux/templates/accessibility-checklist.md +40 -0
- package/dist/core/templates/skills/ui-ux/templates/example-prompt-full-theme.md +333 -0
- package/dist/core/templates/skills/ui-ux/templates/page-types-guide.md +338 -0
- package/dist/core/templates/skills/ui-ux/templates/pages-proposed-summary.md +273 -0
- package/dist/core/templates/skills/ui-ux/templates/pre-delivery-checklist.md +42 -0
- package/dist/core/templates/skills/ui-ux/templates/prompt-template-full-theme.md +313 -0
- package/dist/core/templates/skills/ui-ux/templates/responsive-design.md +40 -0
- package/dist/core/templates/skills/ui-ux-skill.md +595 -584
- package/dist/core/templates/skills/unit-test/skill.md +111 -0
- package/dist/core/templates/skills/unit-test-skill.md +111 -111
- package/dist/core/templates/skills/ux-element/templates/Controller.php +50 -50
- package/dist/core/templates/skills/ux-element/templates/Shortcode.php +23 -23
- package/dist/core/templates/skills/ux-element/templates/Template.html +20 -20
- package/dist/core/templates/skills/ux-element/templates/Thumbnail.svg +8 -8
- package/dist/core/templates/skills/ux-element/templates/View.php +21 -21
- package/dist/core/templates/skills/ux-element-skill.md +83 -83
- package/dist/core/templates/skills/wordpress/plugin-check/skill.md +151 -0
- package/dist/core/templates/skills/wordpress/plugin-directory/skill.md +396 -0
- package/dist/core/templates/skills/wordpress/plugin-standard/skill.md +100 -0
- package/dist/core/templates/skills/wordpress/plugin-standard/templates/admin-dashboard.php +47 -0
- package/dist/core/templates/skills/wordpress/plugin-standard/templates/admin-settings.php +60 -0
- package/dist/core/templates/skills/wordpress/plugin-standard/templates/assets/admin-css.css +22 -0
- package/dist/core/templates/skills/wordpress/plugin-standard/templates/assets/admin-js.js +15 -0
- package/dist/core/templates/skills/wordpress/plugin-standard/templates/plugin-main.php +169 -0
- package/dist/core/templates/skills/wordpress/plugin-standard/templates/readme.txt +41 -0
- package/dist/core/templates/skills/wordpress/plugin-standard/templates/uninstall.php +21 -0
- package/dist/core/templates/skills/wordpress/ux-element/skill.md +83 -0
- package/dist/core/templates/skills/wordpress/ux-element/templates/Controller.php +50 -0
- package/dist/core/templates/skills/wordpress/ux-element/templates/Shortcode.php +23 -0
- package/dist/core/templates/skills/wordpress/ux-element/templates/Template.html +20 -0
- package/dist/core/templates/skills/wordpress/ux-element/templates/Thumbnail.svg +8 -0
- package/dist/core/templates/skills/wordpress/ux-element/templates/View.php +21 -0
- package/dist/core/templates/skills/wordpress-plugin-check-skill.md +151 -151
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/admin-dashboard.php +47 -47
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/admin-settings.php +60 -60
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/assets/admin-css.css +22 -22
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/assets/admin-js.js +15 -15
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/plugin-main.php +169 -169
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/readme.txt +41 -41
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/uninstall.php +21 -21
- package/dist/core/templates/skills/wordpress-plugin-standard-skill.md +100 -100
- package/dist/index.js +4237 -331
- package/package.json +75 -72
package/LICENSE
CHANGED
|
@@ -1,22 +1,209 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2025 HeraSpec Contributors
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
22
|
-
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 HeraSpec Contributors
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## Third-Party Components and Licenses
|
|
27
|
+
|
|
28
|
+
This project includes components adapted from third-party sources. Specifically:
|
|
29
|
+
|
|
30
|
+
* **Anthropic Knowledge Work Plugins**: The templates for several developer, SEO, marketing, system design, and product lifecycle skills under `src/core/templates/skills/` are adapted from the [anthropics/knowledge-work-plugins](https://github.com/anthropics/knowledge-work-plugins) repository.
|
|
31
|
+
- License: Apache License 2.0
|
|
32
|
+
- Copyright 2024 Anthropic PBC
|
|
33
|
+
|
|
34
|
+
A copy of the Apache License 2.0 is included below:
|
|
35
|
+
|
|
36
|
+
Apache License
|
|
37
|
+
Version 2.0, January 2004
|
|
38
|
+
http://www.apache.org/licenses/
|
|
39
|
+
|
|
40
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
41
|
+
|
|
42
|
+
1. Definitions.
|
|
43
|
+
|
|
44
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
45
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
46
|
+
|
|
47
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
48
|
+
the copyright owner that is granting the License.
|
|
49
|
+
|
|
50
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
51
|
+
other entities that control, are controlled by, or are under common
|
|
52
|
+
control with that entity. For the purposes of this definition,
|
|
53
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
54
|
+
direction or management of such entity, whether by contract or
|
|
55
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
56
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
57
|
+
|
|
58
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
59
|
+
exercising permissions granted by this License.
|
|
60
|
+
|
|
61
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
62
|
+
including but not limited to software source code, documentation
|
|
63
|
+
source, and configuration files.
|
|
64
|
+
|
|
65
|
+
"Object" form shall mean any form resulting from mechanical
|
|
66
|
+
transformation or translation of a Source form, including but
|
|
67
|
+
not limited to compiled object code, generated documentation,
|
|
68
|
+
and conversions to other media types.
|
|
69
|
+
|
|
70
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
71
|
+
Object form, made available under the License, as indicated by a
|
|
72
|
+
copyright notice that is included in or attached to the work
|
|
73
|
+
(an example is provided in the Appendix below).
|
|
74
|
+
|
|
75
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
76
|
+
form, that is based on (or derived from) the Work and for which the
|
|
77
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
78
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
79
|
+
of this License, Derivative Works shall not include works that remain
|
|
80
|
+
separable from, or merely link (or bind by interface) to the interfaces of,
|
|
81
|
+
the Work and Derivative Works thereof.
|
|
82
|
+
|
|
83
|
+
"Contribution" shall mean any work of authorship, including
|
|
84
|
+
the original version of the Work and any modifications or additions
|
|
85
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
86
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
87
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
88
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
89
|
+
means any form of electronic, verbal, or written communication sent
|
|
90
|
+
to the Licensor or its representatives, including but not limited to
|
|
91
|
+
communication on electronic mailing lists, source code control systems,
|
|
92
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
93
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
94
|
+
excluding communication that is conspicuously marked or otherwise
|
|
95
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
96
|
+
|
|
97
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
98
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
99
|
+
subsequently incorporated within the Work.
|
|
100
|
+
|
|
101
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
102
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
103
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
104
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
105
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
106
|
+
Work and such Derivative Works in Source or Object form.
|
|
107
|
+
|
|
108
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
109
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
110
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
111
|
+
(except as stated in this section) patent license to make, have made,
|
|
112
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
113
|
+
where such license applies only to those patent claims licensable
|
|
114
|
+
by such Contributor that are necessarily infringed by their
|
|
115
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
116
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
117
|
+
institute patent litigation against any entity (including a
|
|
118
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
119
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
120
|
+
or contributory patent infringement, then any patent licenses
|
|
121
|
+
granted to You under this License for that Work shall terminate
|
|
122
|
+
as of the date such litigation is filed.
|
|
123
|
+
|
|
124
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
125
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
126
|
+
modifications, and in Source or Object form, provided that You
|
|
127
|
+
meet the following conditions:
|
|
128
|
+
|
|
129
|
+
(a) You must give any other recipients of the Work or
|
|
130
|
+
Derivative Works a copy of this License; and
|
|
131
|
+
|
|
132
|
+
(b) You must cause any modified files to carry prominent notices
|
|
133
|
+
stating that You changed the files; and
|
|
134
|
+
|
|
135
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
136
|
+
that You distribute, all copyright, patent, trademark, and
|
|
137
|
+
attribution notices from the Source form of the Work,
|
|
138
|
+
excluding those notices that do not pertain to any part of
|
|
139
|
+
the Derivative Works; and
|
|
140
|
+
|
|
141
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
142
|
+
distribution, then any Derivative Works that You distribute must
|
|
143
|
+
include a readable copy of the attribution notices contained
|
|
144
|
+
within such NOTICE file, excluding those notices that do not
|
|
145
|
+
pertain to any part of the Derivative Works, in at least one
|
|
146
|
+
of the following places: within a NOTICE text file distributed
|
|
147
|
+
as part of the Derivative Works; within the Source form or
|
|
148
|
+
documentation, if distributed along with the Derivative Works; or,
|
|
149
|
+
within a display generated by the Derivative Works, if and
|
|
150
|
+
wherever such third-party notices normally appear. The contents
|
|
151
|
+
of the NOTICE file are for informational purposes only and
|
|
152
|
+
do not modify the License. You may add Your own attribution
|
|
153
|
+
notices within Derivative Works that You distribute, alongside
|
|
154
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
155
|
+
that such additional attribution notices cannot be construed
|
|
156
|
+
as modifying the License.
|
|
157
|
+
|
|
158
|
+
You may add Your own copyright statement to Your modifications and
|
|
159
|
+
may provide additional or different license terms and conditions
|
|
160
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
161
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
162
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
163
|
+
the conditions stated in this License.
|
|
164
|
+
|
|
165
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
166
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
167
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
168
|
+
this License, without any additional terms or conditions.
|
|
169
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
170
|
+
the terms of any separate license agreement you may have executed
|
|
171
|
+
with Licensor regarding such Contributions.
|
|
172
|
+
|
|
173
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
174
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
175
|
+
except as required for reasonable and customary use in describing the
|
|
176
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
177
|
+
|
|
178
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
179
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
180
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
181
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
182
|
+
implied, including, without limitation, any warranties or conditions
|
|
183
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
184
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
185
|
+
appropriateness of using or redistributing the Work and assume any
|
|
186
|
+
risks associated with Your exercise of permissions under this License.
|
|
187
|
+
|
|
188
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
189
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
190
|
+
unless required by applicable law (such as deliberate and grossly
|
|
191
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
192
|
+
liable to You for damages, including any direct, indirect, special,
|
|
193
|
+
incidental, or consequential damages of any character arising as a
|
|
194
|
+
result of this License or out of the use or inability to use the
|
|
195
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
196
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
197
|
+
other commercial damages or losses), even if such Contributor
|
|
198
|
+
has been advised of the possibility of such damages.
|
|
199
|
+
|
|
200
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
201
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
202
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
203
|
+
or other liability obligations and/or rights consistent with this
|
|
204
|
+
License. However, in accepting such obligations, You may act only
|
|
205
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
206
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
207
|
+
defend, and hold each Contributor harmless for any liability
|
|
208
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
209
|
+
of your accepting any such warranty or additional liability.
|
package/README.md
CHANGED
|
@@ -1,137 +1,205 @@
|
|
|
1
|
-
# HeraSpec
|
|
2
|
-
|
|
3
|
-
<p align="center">
|
|
4
|
-
<img src="https://img.shields.io/npm/v/heraspec?style=for-the-badge&color=007ec6" alt="npm version" />
|
|
5
|
-
<img src="https://img.shields.io/npm/l/heraspec?style=for-the-badge&color=97ca00" alt="license" />
|
|
6
|
-
<img src="https://img.shields.io/node/v/heraspec?style=for-the-badge&color=339933" alt="node version" />
|
|
7
|
-
<img src="https://img.shields.io/github/actions/workflow/status/PolyXGO/HeraSpec/build.yml?style=for-the-badge" alt="build status" />
|
|
8
|
-
</p>
|
|
9
|
-
|
|
10
|
-
<p align="center">
|
|
11
|
-
<img src="https://img.shields.io/npm/dm/heraspec?style=flat-square&color=20c20e" alt="downloads" />
|
|
12
|
-
<img src="https://img.shields.io/github/stars/PolyXGO/HeraSpec?style=flat-square&color=007ec6" alt="stars" />
|
|
13
|
-
<img src="https://img.shields.io/github/forks/PolyXGO/HeraSpec?style=flat-square&color=007ec6" alt="forks" />
|
|
14
|
-
<img src="https://img.shields.io/github/issues/PolyXGO/HeraSpec?style=flat-square&color=red" alt="issues" />
|
|
15
|
-
</p>
|
|
16
|
-
|
|
17
|
-
---
|
|
18
|
-
|
|
19
|
-
<p align="left">
|
|
20
|
-
<a href="https://polyxgo.com"><strong>🌐 Website</strong></a> •
|
|
21
|
-
<a href="https://github.com/PolyXGO/HeraSpec"><strong>💻 GitHub</strong></a> •
|
|
22
|
-
<a href="https://www.npmjs.com/package/heraspec"><strong>📦 NPM</strong></a> •
|
|
23
|
-
<a href="./docs/en/USER_GUIDE.md"><strong>📚 Documentation</strong></a>
|
|
24
|
-
</p>
|
|
25
|
-
|
|
26
|
-
HeraSpec is a specification-based development framework that helps you:
|
|
27
|
-
|
|
28
|
-
- Plan before coding by creating detailed project specifications
|
|
29
|
-
- Track changes through delta specifications
|
|
30
|
-
- Work across multiple project types (WordPress, Laravel, React, etc.)
|
|
31
|
-
- Integrate with AI tools for better development workflow
|
|
32
|
-
|
|
33
|
-
## Important Note
|
|
34
|
-
|
|
35
|
-
> **Note:** HeraSpec is a workflow that I have
|
|
36
|
-
>
|
|
37
|
-
>
|
|
38
|
-
>
|
|
39
|
-
>
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
##
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
-
|
|
63
|
-
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
-
|
|
70
|
-
-
|
|
71
|
-
-
|
|
72
|
-
-
|
|
73
|
-
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
1
|
+
# HeraSpec
|
|
2
|
+
|
|
3
|
+
<p align="center">
|
|
4
|
+
<img src="https://img.shields.io/npm/v/heraspec?style=for-the-badge&color=007ec6" alt="npm version" />
|
|
5
|
+
<img src="https://img.shields.io/npm/l/heraspec?style=for-the-badge&color=97ca00" alt="license" />
|
|
6
|
+
<img src="https://img.shields.io/node/v/heraspec?style=for-the-badge&color=339933" alt="node version" />
|
|
7
|
+
<img src="https://img.shields.io/github/actions/workflow/status/PolyXGO/HeraSpec/build.yml?style=for-the-badge" alt="build status" />
|
|
8
|
+
</p>
|
|
9
|
+
|
|
10
|
+
<p align="center">
|
|
11
|
+
<img src="https://img.shields.io/npm/dm/heraspec?style=flat-square&color=20c20e" alt="downloads" />
|
|
12
|
+
<img src="https://img.shields.io/github/stars/PolyXGO/HeraSpec?style=flat-square&color=007ec6" alt="stars" />
|
|
13
|
+
<img src="https://img.shields.io/github/forks/PolyXGO/HeraSpec?style=flat-square&color=007ec6" alt="forks" />
|
|
14
|
+
<img src="https://img.shields.io/github/issues/PolyXGO/HeraSpec?style=flat-square&color=red" alt="issues" />
|
|
15
|
+
</p>
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
<p align="left">
|
|
20
|
+
<a href="https://polyxgo.com"><strong>🌐 Website</strong></a> •
|
|
21
|
+
<a href="https://github.com/PolyXGO/HeraSpec"><strong>💻 GitHub</strong></a> •
|
|
22
|
+
<a href="https://www.npmjs.com/package/heraspec"><strong>📦 NPM</strong></a> •
|
|
23
|
+
<a href="./docs/en/USER_GUIDE.md"><strong>📚 Documentation</strong></a>
|
|
24
|
+
</p>
|
|
25
|
+
|
|
26
|
+
HeraSpec is a specification-based development framework that helps you:
|
|
27
|
+
|
|
28
|
+
- Plan before coding by creating detailed project specifications
|
|
29
|
+
- Track changes through delta specifications
|
|
30
|
+
- Work across multiple project types (WordPress, Laravel, React, etc.)
|
|
31
|
+
- Integrate with AI tools for better development workflow
|
|
32
|
+
|
|
33
|
+
## Important Note
|
|
34
|
+
|
|
35
|
+
> **Note:** HeraSpec is a workflow framework that I have personally designed, tested, and continuously refined through real-world production use. It is primarily optimized for small to medium-sized projects, especially for solo developers and freelancers building products independently — including plugins, modules, themes, templates, and software distributed on platforms such as **Envato**.
|
|
36
|
+
>
|
|
37
|
+
> HeraSpec serves as the specification and workflow backbone behind the entire **PolyCMS.org** ecosystem and multiple commercial products developed under the Antigravity workflow.
|
|
38
|
+
>
|
|
39
|
+
> It powers AI-assisted architecture planning, specification management, documentation pipelines, content operations, and development workflows through a multi-model ecosystem built around **Google Gemini**, **OpenAI** ChatGPT, and Anthropic Claude Opus.
|
|
40
|
+
>
|
|
41
|
+
> Because HeraSpec evolved from practical production needs rather than enterprise-first design, some structures, conventions, or workflows may not be fully standardized or suitable for highly complex large-scale organizations. In such cases, you are encouraged to adapt, simplify, or restructure the system to better fit your own workflow and operational requirements — including asking your AI agents to customize and extend it accordingly.
|
|
42
|
+
>
|
|
43
|
+
> **If you have ideas, improvements, or additional skills that could enhance HeraSpec, contributions and suggestions are always welcome.**
|
|
44
|
+
>
|
|
45
|
+
> Good luck, and build with love.
|
|
46
|
+
|
|
47
|
+
## Showcase
|
|
48
|
+
|
|
49
|
+
Here are some products built partially or entirely using the HeraSpec framework:
|
|
50
|
+
|
|
51
|
+
<ul>
|
|
52
|
+
<li><a href="https://codecanyon.net/item/flexinote-for-perfex-crm/60590690" target="_blank">FlexNote for Perfex CRM</a> - Advanced note management with AI capabilities.</li>
|
|
53
|
+
<li><a href="https://codecanyon.net/item/polyutilities-for-perfex-crm-quick-access-menu-custom-js-css-and-more/49522529" target="_blank">PolyUtilities for Perfex CRM</a> - Essential toolkit for Perfex CRM customization.</li>
|
|
54
|
+
<li><a href="https://codecanyon.net/item/data-builder-for-perfex-crm/62297963" target="_blank">Data Builder — Visual Reporting, REST API & GraphQL for Perfex CRM</a> - Automated demo instance creator.</li>
|
|
55
|
+
<li><a href="https://chromewebstore.google.com/detail/flexinote/oendkbllnfafakogepolfaonionlkehc" target="_blank">FlexNote - Sticky Notes for Web</a> - Create, manage, and customize notes directly on any webpage.<br>
|
|
56
|
+
GitHub: <a href="https://github.com/PolyXGO/FlexiNote-extension" target="_blank">FlexNote - Smart Sticky Notes</a></li>
|
|
57
|
+
<li><a href="https://erp.polyxgo.com/code/project/polymetrics" target="_blank">PolyMetrics</a> - Product price analysis extension for Envato.</li>
|
|
58
|
+
<li><a href="https://erp.polyxgo.com/code/project/polydemo" target="_blank">PolyDemo</a> - Dynamic demonstration environment for web applications.</li>
|
|
59
|
+
<li><a href="https://erp.polyxgo.com/code/project/smart-payment-for-perfex-crm" target="_blank">Smart Payment for Perfex CRM</a> - Intelligent payment gateway integration.</li>
|
|
60
|
+
<li><a href="https://polycms.org" target="_blank">PolyCMS.org</a> - Open Source CMS based on Laravel, inspired by WordPress CMS.</li>
|
|
61
|
+
<li><a href="https://codecanyon.net/item/polycms-cms-website-builder-module-for-perfex-crm/63404011" target="_blank">PolyCMS – CMS & Website Builder Module for Perfex CRM</a> - A CMS system inspired by WordPress integrated into the open-source Perfex CRM.</li>
|
|
62
|
+
<li><a href="https://codecanyon.net/item/woosync-woocommerce-orders-customers-invoices-sync-for-perfex-crm/63032352" target="_blank">WooCommerce Sync for Perfex CRM</a> - A module for syncing products, customers, orders, and data between Perfex CRM and WooCommerce stores.</li>
|
|
63
|
+
<li><a href="https://headrandom.com" target="_blank">HeadRandom.com</a> - Products and content on this platform are managed with the support of HeraSpec.</li>
|
|
64
|
+
</ul>
|
|
65
|
+
|
|
66
|
+
### Plugin WordPress cho Phong Thủy Huyền Học
|
|
67
|
+
|
|
68
|
+
<ul>
|
|
69
|
+
<li><a href="https://erp.polyxgo.com/code/project/pxg-geofesh" target="_blank">Xem Ngày Tốt Xấu</a></li>
|
|
70
|
+
<li><a href="https://erp.polyxgo.com/code/project/pxg-geofesh" target="_blank">Xem và Lập Lá Số Tứ Trụ - Bát Tự</a></li>
|
|
71
|
+
<li><a href="https://erp.polyxgo.com/code/project/pxg-sow-hexagram" target="_blank">Giao Quẻ Kinh Dịch - Lục Hào - Mai Hoa Tiên Thiên</a></li>
|
|
72
|
+
<li><a href="https://erp.polyxgo.com/code/project/pxg-geo-compass" target="_blank">Thước Lập Cực</a></li>
|
|
73
|
+
<li><a href="https://erp.polyxgo.com/code/project/pxg-palm-reading" target="_blank">Xem Chỉ Tay</a></li>
|
|
74
|
+
<li><a href="https://erp.polyxgo.com/code/project/pxg-face-reading" target="_blank">Diện Tướng</a></li>
|
|
75
|
+
</ul>
|
|
76
|
+
|
|
77
|
+
### Plugin WordPress khác
|
|
78
|
+
|
|
79
|
+
<ul>
|
|
80
|
+
<li><a href="https://wordpress.org/plugins/white-label-builder/" target="_blank">White Label Builder</a></li>
|
|
81
|
+
<li><a href="https://wordpress.org/plugins/poly-support/" target="_blank">Poly Support</a></li>
|
|
82
|
+
<li><a href="https://wordpress.org/plugins/team-manager-unified/" target="_blank">Team Manager Unified</a></li>
|
|
83
|
+
</ul>
|
|
84
|
+
|
|
85
|
+
<!-- HeraSpec Section -->
|
|
86
|
+
## HeraSpec Development
|
|
87
|
+
|
|
88
|
+
This project uses [HeraSpec](https://github.com/PolyXGO/HeraSpec) for spec-driven development. For more information, see the [HeraSpec documentation](./docs/en/USER_GUIDE.md).
|
|
89
|
+
|
|
90
|
+
### Quick Start
|
|
91
|
+
|
|
92
|
+
```bash
|
|
93
|
+
# Initialize HeraSpec (if not already done)
|
|
94
|
+
heraspec init
|
|
95
|
+
|
|
96
|
+
# List active changes
|
|
97
|
+
heraspec list
|
|
98
|
+
|
|
99
|
+
# View a change
|
|
100
|
+
heraspec show <change-name>
|
|
101
|
+
|
|
102
|
+
# Validate changes
|
|
103
|
+
heraspec validate <change-name>
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
### Project Structure
|
|
107
|
+
|
|
108
|
+
- `heraspec/project.md` - Project overview and configuration
|
|
109
|
+
- `heraspec/specs/` - Source of truth specifications
|
|
110
|
+
- `heraspec/changes/` - Active changes in progress
|
|
111
|
+
- `heraspec/skills/` - Reusable skills for AI agents
|
|
112
|
+
- `AGENTS.heraspec.md` - AI agent instructions
|
|
113
|
+
|
|
114
|
+
### Working with Changes
|
|
115
|
+
|
|
116
|
+
1. **Create a change**: Ask AI to create a HeraSpec change, or create manually
|
|
117
|
+
2. **Refine specs**: Review and update delta specs in `heraspec/specs/<change-name>/`
|
|
118
|
+
3. **Implement**: Follow tasks in `heraspec/changes/<change-name>/tasks.md`
|
|
119
|
+
4. **Archive**: Run `heraspec archive <change-name> --yes` when complete
|
|
120
|
+
|
|
121
|
+
### Skills
|
|
122
|
+
|
|
123
|
+
Add skills to your project:
|
|
124
|
+
|
|
125
|
+
```bash
|
|
126
|
+
# List available skills
|
|
127
|
+
heraspec skill list
|
|
128
|
+
|
|
129
|
+
# Add a skill
|
|
130
|
+
heraspec skill add ui-ux
|
|
131
|
+
heraspec skill add unit-test
|
|
132
|
+
|
|
133
|
+
# View skill details
|
|
134
|
+
heraspec skill show ui-ux
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
For more information, see the [HeraSpec documentation](https://github.com/your-org/heraspec/docs).
|
|
138
|
+
|
|
139
|
+
---
|
|
140
|
+
|
|
141
|
+
*This section is automatically updated by `heraspec init`. Last updated: 2026-05-21*
|
|
142
|
+
|
|
143
|
+
## Installation
|
|
144
|
+
|
|
145
|
+
```bash
|
|
146
|
+
npm install -g heraspec
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
## Quick Start
|
|
150
|
+
|
|
151
|
+
```bash
|
|
152
|
+
# Initialize a new project
|
|
153
|
+
heraspec init
|
|
154
|
+
|
|
155
|
+
# Create your first change proposal
|
|
156
|
+
heraspec change create "add-user-authentication"
|
|
157
|
+
|
|
158
|
+
# Start working on the change
|
|
159
|
+
heraspec change start "add-user-authentication"
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
## Documentation
|
|
163
|
+
|
|
164
|
+
- [User Guide](./docs/en/USER_GUIDE.md)
|
|
165
|
+
- [Quick Start](./QUICK_START.md)
|
|
166
|
+
- [Architecture](./docs/en/ARCHITECTURE.md)
|
|
167
|
+
|
|
168
|
+
## Features
|
|
169
|
+
|
|
170
|
+
- ✅ Multi-project type support (WordPress, Laravel, React, Vue, etc.)
|
|
171
|
+
- ✅ Specification-driven development
|
|
172
|
+
- ✅ AI integration ready
|
|
173
|
+
- ✅ Change tracking and management
|
|
174
|
+
- ✅ Delta specifications
|
|
175
|
+
- ✅ Task management with skills system
|
|
176
|
+
|
|
177
|
+
## AI Integration
|
|
178
|
+
|
|
179
|
+
Integrate with AI tools for better development workflow: Cursor, Antigravity, Windsurf, Copilot, and Claude Desktop. HeraSpec automatically generates specifications that AI tools can understand and implement.
|
|
180
|
+
|
|
181
|
+
### Supported AI Tools
|
|
182
|
+
|
|
183
|
+
- **Cursor** - Native AGENTS.md support for automatic change creation
|
|
184
|
+
- **Antigravity** - AGENTS.md integration for spec-driven development
|
|
185
|
+
- **Windsurf** - AI-powered workflow with HeraSpec specifications
|
|
186
|
+
- **Copilot** - Enhanced development with structured specs
|
|
187
|
+
- **Claude Desktop** - MCP-ready architecture for AI assistance
|
|
188
|
+
|
|
189
|
+
## Support
|
|
190
|
+
|
|
191
|
+
<div align="center">
|
|
192
|
+
|
|
193
|
+
If you find this source code helpful, consider buying me a coffee to support my work! ☕
|
|
194
|
+
|
|
195
|
+
[](https://paypal.me/polyxgo)
|
|
196
|
+
|
|
197
|
+
-or-
|
|
198
|
+
|
|
199
|
+
<img src="https://polyxgo.com/wp-content/uploads/2026/01/CafeCodeTrauNheNgokNgok.png" alt="Donate QR Code" width="300" />
|
|
200
|
+
|
|
201
|
+
</div>
|
|
202
|
+
|
|
203
|
+
## License
|
|
204
|
+
|
|
205
|
+
MIT License - see [LICENSE](./LICENSE) file for details.
|