agent-nuvira 1.88.0 → 1.88.2
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/.agents/skills/a11y-audit/references/guide.md +55 -0
- package/.agents/skills/academic-research/SKILL.md +10 -6
- package/.agents/skills/academic-research/references/guide.md +61 -0
- package/.agents/skills/accounting-integration/SKILL.md +10 -6
- package/.agents/skills/accounting-integration/references/guide.md +61 -0
- package/.agents/skills/api-call/references/guide.md +53 -0
- package/.agents/skills/api-creation/SKILL.md +35 -35
- package/.agents/skills/api-creation/references/guide.md +89 -0
- package/.agents/skills/api-design/SKILL.md +474 -36
- package/.agents/skills/api-design/configs/openapi-template.yaml +203 -0
- package/.agents/skills/api-design/references/guide.md +82 -0
- package/.agents/skills/api-design/scripts/validate_openapi.py +133 -0
- package/.agents/skills/api-testing/references/guide.md +55 -0
- package/.agents/skills/api-versioning/references/guide.md +55 -0
- package/.agents/skills/approval-tool/SKILL.md +10 -6
- package/.agents/skills/approval-tool/references/guide.md +61 -0
- package/.agents/skills/auth-setup/references/guide.md +55 -0
- package/.agents/skills/auth-setup/scripts/generate_jwt.py +75 -0
- package/.agents/skills/autonomous-agents/SKILL.md +10 -6
- package/.agents/skills/autonomous-agents/references/guide.md +60 -0
- package/.agents/skills/backup-recovery/references/guide.md +55 -0
- package/.agents/skills/backup-strategy/SKILL.md +129 -8
- package/.agents/skills/backup-strategy/references/guide.md +53 -0
- package/.agents/skills/binary-extensions/SKILL.md +10 -6
- package/.agents/skills/binary-extensions/references/guide.md +61 -0
- package/.agents/skills/blob-storage/references/guide.md +55 -0
- package/.agents/skills/budget-config/SKILL.md +10 -6
- package/.agents/skills/budget-config/references/guide.md +61 -0
- package/.agents/skills/cache-setup/references/guide.md +55 -0
- package/.agents/skills/capacity-planning/SKILL.md +10 -6
- package/.agents/skills/capacity-planning/references/guide.md +61 -0
- package/.agents/skills/cdn-setup/SKILL.md +174 -8
- package/.agents/skills/cdn-setup/references/guide.md +53 -0
- package/.agents/skills/chaos-engineering/SKILL.md +10 -6
- package/.agents/skills/chaos-engineering/references/guide.md +61 -0
- package/.agents/skills/checkpoint-manager/SKILL.md +10 -6
- package/.agents/skills/checkpoint-manager/references/guide.md +61 -0
- package/.agents/skills/ci-cd-setup/references/guide.md +73 -0
- package/.agents/skills/cicd-advanced/SKILL.md +10 -6
- package/.agents/skills/cicd-advanced/references/guide.md +61 -0
- package/.agents/skills/cli-tool/SKILL.md +26 -26
- package/.agents/skills/cli-tool/references/guide.md +78 -0
- package/.agents/skills/cloud-deploy/SKILL.md +165 -8
- package/.agents/skills/cloud-deploy/references/guide.md +53 -0
- package/.agents/skills/cloud-migration/SKILL.md +10 -6
- package/.agents/skills/cloud-migration/references/guide.md +61 -0
- package/.agents/skills/code-assessment/references/guide.md +70 -0
- package/.agents/skills/code-refactor/references/guide.md +74 -0
- package/.agents/skills/code-review/SKILL.md +10 -6
- package/.agents/skills/code-review/references/guide.md +61 -0
- package/.agents/skills/compliance-check/SKILL.md +10 -6
- package/.agents/skills/compliance-check/references/guide.md +61 -0
- package/.agents/skills/container-security/SKILL.md +10 -6
- package/.agents/skills/container-security/references/guide.md +61 -0
- package/.agents/skills/container-supervision/SKILL.md +125 -6
- package/.agents/skills/container-supervision/references/guide.md +52 -0
- package/.agents/skills/cors-setup/references/guide.md +55 -0
- package/.agents/skills/cost-optimization/SKILL.md +10 -6
- package/.agents/skills/cost-optimization/references/guide.md +61 -0
- package/.agents/skills/cron-job/SKILL.md +144 -9
- package/.agents/skills/cron-job/references/guide.md +53 -0
- package/.agents/skills/cron-setup/references/guide.md +55 -0
- package/.agents/skills/cross-platform-build/SKILL.md +10 -6
- package/.agents/skills/cross-platform-build/references/guide.md +61 -0
- package/.agents/skills/data-analysis/references/guide.md +55 -0
- package/.agents/skills/data-governance/SKILL.md +10 -6
- package/.agents/skills/data-governance/references/guide.md +61 -0
- package/.agents/skills/data-lineage/SKILL.md +10 -6
- package/.agents/skills/data-lineage/references/guide.md +61 -0
- package/.agents/skills/data-migration/SKILL.md +10 -6
- package/.agents/skills/data-migration/references/guide.md +61 -0
- package/.agents/skills/data-processing/SKILL.md +203 -9
- package/.agents/skills/data-processing/references/guide.md +53 -0
- package/.agents/skills/data-quality/SKILL.md +10 -6
- package/.agents/skills/data-quality/references/guide.md +61 -0
- package/.agents/skills/data-sync/references/guide.md +55 -0
- package/.agents/skills/data-visualization/SKILL.md +10 -6
- package/.agents/skills/data-visualization/references/guide.md +61 -0
- package/.agents/skills/db-migration/references/guide.md +82 -0
- package/.agents/skills/db-migration/scripts/validate_migration.py +74 -0
- package/.agents/skills/debug-helpers/SKILL.md +10 -6
- package/.agents/skills/debug-helpers/references/guide.md +61 -0
- package/.agents/skills/decision-framework/SKILL.md +10 -6
- package/.agents/skills/decision-framework/references/guide.md +61 -0
- package/.agents/skills/delegation-live-log/SKILL.md +10 -6
- package/.agents/skills/delegation-live-log/references/guide.md +61 -0
- package/.agents/skills/dep-update/references/guide.md +78 -0
- package/.agents/skills/dependency-audit/SKILL.md +10 -6
- package/.agents/skills/dependency-audit/references/guide.md +61 -0
- package/.agents/skills/design-system/references/guide.md +55 -0
- package/.agents/skills/disaster-recovery/SKILL.md +10 -6
- package/.agents/skills/disaster-recovery/references/guide.md +61 -0
- package/.agents/skills/discord-bot/SKILL.md +10 -6
- package/.agents/skills/discord-bot/references/guide.md +62 -0
- package/.agents/skills/dns-setup/SKILL.md +150 -8
- package/.agents/skills/dns-setup/references/guide.md +53 -0
- package/.agents/skills/doc-gen/references/guide.md +73 -0
- package/.agents/skills/docker-config/references/guide.md +75 -0
- package/.agents/skills/docker-management/SKILL.md +297 -7
- package/.agents/skills/docker-management/configs/Dockerfile.template +44 -0
- package/.agents/skills/docker-management/configs/docker-compose-template.yaml +47 -0
- package/.agents/skills/docker-management/references/guide.md +53 -0
- package/.agents/skills/docker-management/scripts/check_deps.sh +39 -0
- package/.agents/skills/docx/references/guide.md +81 -0
- package/.agents/skills/electron-app/SKILL.md +10 -6
- package/.agents/skills/electron-app/references/guide.md +61 -0
- package/.agents/skills/email-setup/references/guide.md +55 -0
- package/.agents/skills/env-setup/references/guide.md +80 -0
- package/.agents/skills/error-tracking/references/guide.md +55 -0
- package/.agents/skills/feature-engineering/SKILL.md +10 -6
- package/.agents/skills/feature-engineering/references/guide.md +61 -0
- package/.agents/skills/feature-flags/references/guide.md +55 -0
- package/.agents/skills/fine-tuning/SKILL.md +10 -6
- package/.agents/skills/fine-tuning/references/guide.md +60 -0
- package/.agents/skills/fitness-api/SKILL.md +10 -6
- package/.agents/skills/fitness-api/references/guide.md +61 -0
- package/.agents/skills/forensics/SKILL.md +10 -6
- package/.agents/skills/forensics/references/guide.md +61 -0
- package/.agents/skills/form-builder/references/guide.md +55 -0
- package/.agents/skills/game-development/SKILL.md +303 -38
- package/.agents/skills/game-development/configs/game-template.json +36 -0
- package/.agents/skills/game-development/references/guide.md +82 -0
- package/.agents/skills/game-development/scripts/build_package.py +93 -0
- package/.agents/skills/game-development/scripts/check_deps.py +83 -0
- package/.agents/skills/git-release/references/guide.md +55 -0
- package/.agents/skills/github-actions/SKILL.md +186 -8
- package/.agents/skills/github-actions/references/guide.md +53 -0
- package/.agents/skills/graphql-api/references/guide.md +55 -0
- package/.agents/skills/group-policy/SKILL.md +10 -6
- package/.agents/skills/group-policy/references/guide.md +61 -0
- package/.agents/skills/health-data/SKILL.md +10 -6
- package/.agents/skills/health-data/references/guide.md +61 -0
- package/.agents/skills/i18n-setup/references/guide.md +55 -0
- package/.agents/skills/image-gen/references/guide.md +52 -0
- package/.agents/skills/image-optimize/references/guide.md +55 -0
- package/.agents/skills/incident-response/SKILL.md +10 -6
- package/.agents/skills/incident-response/references/guide.md +61 -0
- package/.agents/skills/index.json +736 -265
- package/.agents/skills/infra-as-code/SKILL.md +10 -6
- package/.agents/skills/infra-as-code/references/guide.md +61 -0
- package/.agents/skills/infra-monitoring/SKILL.md +10 -6
- package/.agents/skills/infra-monitoring/references/guide.md +61 -0
- package/.agents/skills/kafka-queue/SKILL.md +185 -7
- package/.agents/skills/kafka-queue/references/guide.md +53 -0
- package/.agents/skills/kanban-board/SKILL.md +10 -6
- package/.agents/skills/kanban-board/references/guide.md +61 -0
- package/.agents/skills/knowledge-base/SKILL.md +10 -6
- package/.agents/skills/knowledge-base/references/guide.md +61 -0
- package/.agents/skills/kubernetes/SKILL.md +222 -7
- package/.agents/skills/kubernetes/references/guide.md +53 -0
- package/.agents/skills/legal-compliance/references/guide.md +55 -0
- package/.agents/skills/load-balancer/SKILL.md +156 -9
- package/.agents/skills/load-balancer/references/guide.md +53 -0
- package/.agents/skills/log-rotation/SKILL.md +157 -9
- package/.agents/skills/log-rotation/references/guide.md +53 -0
- package/.agents/skills/logo-design/SKILL.md +10 -6
- package/.agents/skills/logo-design/references/guide.md +60 -0
- package/.agents/skills/mcp-client/SKILL.md +10 -6
- package/.agents/skills/mcp-client/references/guide.md +61 -0
- package/.agents/skills/mcp-connector/SKILL.md +10 -6
- package/.agents/skills/mcp-connector/references/guide.md +61 -0
- package/.agents/skills/mcp-server/SKILL.md +10 -6
- package/.agents/skills/mcp-server/references/guide.md +61 -0
- package/.agents/skills/memory-tool/SKILL.md +10 -6
- package/.agents/skills/memory-tool/references/guide.md +61 -0
- package/.agents/skills/micro-frontend/SKILL.md +10 -6
- package/.agents/skills/micro-frontend/references/guide.md +61 -0
- package/.agents/skills/ml-model/SKILL.md +206 -8
- package/.agents/skills/ml-model/references/guide.md +53 -0
- package/.agents/skills/mlops/SKILL.md +10 -6
- package/.agents/skills/mlops/references/guide.md +61 -0
- package/.agents/skills/mobile-bridge/SKILL.md +10 -6
- package/.agents/skills/mobile-bridge/references/guide.md +61 -0
- package/.agents/skills/monitoring-setup/references/guide.md +55 -0
- package/.agents/skills/monorepo-setup/SKILL.md +10 -6
- package/.agents/skills/monorepo-setup/references/guide.md +61 -0
- package/.agents/skills/multi-tenancy/references/guide.md +55 -0
- package/.agents/skills/newsletter/SKILL.md +10 -6
- package/.agents/skills/newsletter/references/guide.md +61 -0
- package/.agents/skills/nft-mint/SKILL.md +10 -6
- package/.agents/skills/nft-mint/references/guide.md +60 -0
- package/.agents/skills/nginx-config/SKILL.md +204 -7
- package/.agents/skills/nginx-config/references/guide.md +53 -0
- package/.agents/skills/notification-setup/references/guide.md +55 -0
- package/.agents/skills/osint-investigation/SKILL.md +10 -6
- package/.agents/skills/osint-investigation/references/guide.md +61 -0
- package/.agents/skills/payment-gateway/SKILL.md +10 -6
- package/.agents/skills/payment-gateway/references/guide.md +61 -0
- package/.agents/skills/payment-setup/references/guide.md +55 -0
- package/.agents/skills/pdf-generate/references/guide.md +55 -0
- package/.agents/skills/penetration-test/SKILL.md +10 -6
- package/.agents/skills/penetration-test/references/guide.md +61 -0
- package/.agents/skills/perf-profile/references/guide.md +81 -0
- package/.agents/skills/perf-test/references/guide.md +55 -0
- package/.agents/skills/plan-create-track/references/guide.md +59 -0
- package/.agents/skills/podcast-production/SKILL.md +10 -6
- package/.agents/skills/podcast-production/references/guide.md +61 -0
- package/.agents/skills/powershell-automation/SKILL.md +10 -6
- package/.agents/skills/powershell-automation/references/guide.md +61 -0
- package/.agents/skills/prometheus/SKILL.md +207 -7
- package/.agents/skills/prometheus/references/guide.md +53 -0
- package/.agents/skills/prompt-engineering/SKILL.md +10 -6
- package/.agents/skills/prompt-engineering/references/guide.md +60 -0
- package/.agents/skills/pwa-builder/SKILL.md +10 -6
- package/.agents/skills/pwa-builder/references/guide.md +61 -0
- package/.agents/skills/queue-setup/references/guide.md +55 -0
- package/.agents/skills/rag-pipeline/SKILL.md +10 -6
- package/.agents/skills/rag-pipeline/references/guide.md +62 -0
- package/.agents/skills/rate-limit/references/guide.md +55 -0
- package/.agents/skills/redis-cache/SKILL.md +143 -7
- package/.agents/skills/redis-cache/references/guide.md +53 -0
- package/.agents/skills/registry-management/SKILL.md +10 -6
- package/.agents/skills/registry-management/references/guide.md +61 -0
- package/.agents/skills/schema-design/references/guide.md +55 -0
- package/.agents/skills/schema-sanitizer/SKILL.md +10 -6
- package/.agents/skills/schema-sanitizer/references/guide.md +61 -0
- package/.agents/skills/search-setup/references/guide.md +55 -0
- package/.agents/skills/secrets-manager/SKILL.md +157 -9
- package/.agents/skills/secrets-manager/references/guide.md +53 -0
- package/.agents/skills/secrets-scan/SKILL.md +10 -6
- package/.agents/skills/secrets-scan/references/guide.md +61 -0
- package/.agents/skills/secure-coding/SKILL.md +10 -6
- package/.agents/skills/secure-coding/references/guide.md +61 -0
- package/.agents/skills/security-audit/references/guide.md +83 -0
- package/.agents/skills/service-mesh/SKILL.md +10 -6
- package/.agents/skills/service-mesh/references/guide.md +60 -0
- package/.agents/skills/session-search/SKILL.md +10 -6
- package/.agents/skills/session-search/references/guide.md +61 -0
- package/.agents/skills/slack-integration/SKILL.md +10 -6
- package/.agents/skills/slack-integration/references/guide.md +61 -0
- package/.agents/skills/solidity/SKILL.md +10 -6
- package/.agents/skills/solidity/references/guide.md +60 -0
- package/.agents/skills/ssl-cert/SKILL.md +109 -9
- package/.agents/skills/ssl-cert/references/guide.md +53 -0
- package/.agents/skills/ssr-setup/SKILL.md +10 -6
- package/.agents/skills/ssr-setup/references/guide.md +61 -0
- package/.agents/skills/state-machine/references/guide.md +55 -0
- package/.agents/skills/streaming-data/SKILL.md +10 -6
- package/.agents/skills/streaming-data/references/guide.md +61 -0
- package/.agents/skills/structured-logging/SKILL.md +152 -7
- package/.agents/skills/structured-logging/references/guide.md +53 -0
- package/.agents/skills/system-check/references/guide.md +52 -0
- package/.agents/skills/teams-webhook/SKILL.md +10 -6
- package/.agents/skills/teams-webhook/references/guide.md +61 -0
- package/.agents/skills/technical-roadmap/references/guide.md +59 -0
- package/.agents/skills/terminal-hints/SKILL.md +10 -6
- package/.agents/skills/terminal-hints/references/guide.md +61 -0
- package/.agents/skills/terraform/SKILL.md +164 -7
- package/.agents/skills/terraform/references/guide.md +53 -0
- package/.agents/skills/test-strategy/references/guide.md +68 -0
- package/.agents/skills/thread-context/SKILL.md +10 -6
- package/.agents/skills/thread-context/references/guide.md +61 -0
- package/.agents/skills/threat-intel/SKILL.md +10 -6
- package/.agents/skills/threat-intel/references/guide.md +61 -0
- package/.agents/skills/time-series/SKILL.md +10 -6
- package/.agents/skills/time-series/references/guide.md +60 -0
- package/.agents/skills/transactional-email/SKILL.md +10 -6
- package/.agents/skills/transactional-email/references/guide.md +61 -0
- package/.agents/skills/video-edit/SKILL.md +10 -6
- package/.agents/skills/video-edit/references/guide.md +61 -0
- package/.agents/skills/web-scraping/SKILL.md +195 -9
- package/.agents/skills/web-scraping/references/guide.md +53 -0
- package/.agents/skills/web3-dapp/SKILL.md +10 -6
- package/.agents/skills/web3-dapp/references/guide.md +61 -0
- package/.agents/skills/webhook-setup/references/guide.md +55 -0
- package/.agents/skills/website-deploy/references/guide.md +72 -0
- package/.agents/skills/websocket-setup/references/guide.md +55 -0
- package/.agents/skills/wsl-setup/SKILL.md +10 -6
- package/.agents/skills/wsl-setup/references/guide.md +61 -0
- package/dist/sync/inventory.d.ts +1 -0
- package/dist/sync/inventory.d.ts.map +1 -0
- package/dist/sync/inventory.js +3 -0
- package/dist/sync/inventory.js.map +1 -0
- package/dist/sync/validate.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# A11y Audit Reference Guide
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
Audit web applications for accessibility (WCAG 2.1 AA compliance): check color contrast, keyboard navigation, screen-reader compatibility, ARIA attributes, and semantic HTML. Use when the goal asks to audit, fix, or improve accessibility.
|
|
5
|
+
|
|
6
|
+
## # a11y-audit
|
|
7
|
+
|
|
8
|
+
Audit web applications for accessibility (WCAG 2.1 AA compliance): check color contrast, keyboard navigation, screen-reader compatibility, ARIA attributes, and semantic HTML. Use when the goal asks to audit, fix, or improve accessibility.
|
|
9
|
+
|
|
10
|
+
## Goal pattern
|
|
11
|
+
|
|
12
|
+
accessibility a11y wcag audit screen reader keyboard nav aria contrast wcag
|
|
13
|
+
|
|
14
|
+
## Parameters
|
|
15
|
+
|
|
16
|
+
- scope (choice [default: full]): Audit scope
|
|
17
|
+
|
|
18
|
+
## Steps
|
|
19
|
+
|
|
20
|
+
1. [analyst] Scan the codebase for accessibility issues: run automated tools (axe-core, pa11y, lighthouse) or inspect JSX for missing alt text, labels, ARIA roles, and semantic landmarks.
|
|
21
|
+
|
|
22
|
+
2. [analyst] Categorize issues by severity: critical (blocks users), serious (hard to use), moderate (annoying), minor (cosmetic). Map to WCAG success criteria. (after: step-1)
|
|
23
|
+
|
|
24
|
+
3. [analyst] Fix critical and serious issues: add missing alt text, labels, ARIA attributes, keyboard handlers, focus management, and color contrast adjustments. (after: step-2)
|
|
25
|
+
|
|
26
|
+
4. [analyst] Test fixes: verify keyboard-only navigation, screen-reader output, and color contrast ratios. Re-run automated scanner. (after: step-3)
|
|
27
|
+
|
|
28
|
+
5. [analyst] Write an accessibility report: WCAG 2.1 AA conformance status, remaining issues by severity, and an accessibility statement for the project. (after: step-4)
|
|
29
|
+
|
|
30
|
+
## Best Practices
|
|
31
|
+
|
|
32
|
+
- Follow the skill's methodology step by step
|
|
33
|
+
- Verify each step before proceeding to the next
|
|
34
|
+
- Use the appropriate tools for each task
|
|
35
|
+
- Document any deviations from the standard approach
|
|
36
|
+
|
|
37
|
+
## Common Patterns
|
|
38
|
+
|
|
39
|
+
- Start with context gathering to understand the current state
|
|
40
|
+
- Plan the implementation before writing code
|
|
41
|
+
- Test changes before committing
|
|
42
|
+
- Review for security and performance implications
|
|
43
|
+
|
|
44
|
+
## Troubleshooting
|
|
45
|
+
|
|
46
|
+
- If the skill fails, check the prerequisites first
|
|
47
|
+
- Verify environment variables are set correctly
|
|
48
|
+
- Check for conflicting configurations
|
|
49
|
+
- Review logs for detailed error messages
|
|
50
|
+
|
|
51
|
+
## Further Reading
|
|
52
|
+
|
|
53
|
+
- Refer to the main SKILL.md for complete methodology
|
|
54
|
+
- Check official documentation for the specific technology
|
|
55
|
+
- Review related skills in the registry for complementary approaches
|
|
@@ -12,24 +12,28 @@ Conduct academic literature research: paper discovery, citation analysis, system
|
|
|
12
12
|
|
|
13
13
|
academic research literature review paper citation systematic review arxiv pubmed scholar
|
|
14
14
|
|
|
15
|
+
## Parameters
|
|
16
|
+
|
|
17
|
+
(none)
|
|
18
|
+
|
|
15
19
|
## Steps
|
|
16
20
|
|
|
17
|
-
|
|
21
|
+
1. [context-gatherer] Map the research topic: what field? What search terms? What databases (arXiv, PubMed, Google Scholar)? What time range? What inclusion criteria?
|
|
18
22
|
|
|
19
|
-
|
|
23
|
+
2. [planner] Plan the literature review:
|
|
20
24
|
1. Search strategy: keywords, boolean operators, databases
|
|
21
25
|
2. Screening: title/abstract → full text selection
|
|
22
26
|
3. Data extraction: methods, findings, quality assessment
|
|
23
27
|
4. Synthesis: thematic analysis, meta-analysis if quantitative
|
|
24
28
|
5. Citation analysis: key papers, influential authors
|
|
25
|
-
6. Reporting: structured summary with gaps identified (after:
|
|
29
|
+
6. Reporting: structured summary with gaps identified (after: step-0)
|
|
26
30
|
|
|
27
|
-
|
|
31
|
+
3. [runner] Execute the review:
|
|
28
32
|
1. Search databases with query strategy
|
|
29
33
|
2. Screen results (title/abstract)
|
|
30
34
|
3. Full-text review of selected papers
|
|
31
35
|
4. Extract key findings
|
|
32
36
|
5. Synthesize across papers
|
|
33
|
-
6. Identify research gaps (after:
|
|
37
|
+
6. Identify research gaps (after: step-1)
|
|
34
38
|
|
|
35
|
-
|
|
39
|
+
4. [reviewer] Review: verify search completeness, check extraction accuracy, validate synthesis, ensure citations are correct. (after: step-2)
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# Academic Research Reference Guide
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
Conduct academic literature research: paper discovery, citation analysis, systematic reviews, and research summaries. Use when the goal is to review academic literature on a topic.
|
|
5
|
+
|
|
6
|
+
## # academic-research
|
|
7
|
+
|
|
8
|
+
Conduct academic literature research: paper discovery, citation analysis, systematic reviews, and research summaries. Use when the goal is to review academic literature on a topic.
|
|
9
|
+
|
|
10
|
+
## Goal pattern
|
|
11
|
+
|
|
12
|
+
academic research literature review paper citation systematic review arxiv pubmed scholar
|
|
13
|
+
|
|
14
|
+
## Steps
|
|
15
|
+
|
|
16
|
+
0. [context-gatherer] Map the research topic: what field? What search terms? What databases (arXiv, PubMed, Google Scholar)? What time range? What inclusion criteria?
|
|
17
|
+
|
|
18
|
+
1. [planner] Plan the literature review:
|
|
19
|
+
1. Search strategy: keywords, boolean operators, databases
|
|
20
|
+
2. Screening: title/abstract → full text selection
|
|
21
|
+
3. Data extraction: methods, findings, quality assessment
|
|
22
|
+
4. Synthesis: thematic analysis, meta-analysis if quantitative
|
|
23
|
+
5. Citation analysis: key papers, influential authors
|
|
24
|
+
6. Reporting: structured summary with gaps identified (after: 'step-0')
|
|
25
|
+
|
|
26
|
+
2. [runner] Execute the review:
|
|
27
|
+
1. Search databases with query strategy
|
|
28
|
+
2. Screen results (title/abstract)
|
|
29
|
+
3. Full-text review of selected papers
|
|
30
|
+
4. Extract key findings
|
|
31
|
+
5. Synthesize across papers
|
|
32
|
+
6. Identify research gaps (after: 'step-1')
|
|
33
|
+
|
|
34
|
+
3. [reviewer] Review: verify search completeness, check extraction accuracy, validate synthesis, ensure citations are correct. (after: 'step-2')
|
|
35
|
+
|
|
36
|
+
## Best Practices
|
|
37
|
+
|
|
38
|
+
- Follow the skill's methodology step by step
|
|
39
|
+
- Verify each step before proceeding to the next
|
|
40
|
+
- Use the appropriate tools for each task
|
|
41
|
+
- Document any deviations from the standard approach
|
|
42
|
+
|
|
43
|
+
## Common Patterns
|
|
44
|
+
|
|
45
|
+
- Start with context gathering to understand the current state
|
|
46
|
+
- Plan the implementation before writing code
|
|
47
|
+
- Test changes before committing
|
|
48
|
+
- Review for security and performance implications
|
|
49
|
+
|
|
50
|
+
## Troubleshooting
|
|
51
|
+
|
|
52
|
+
- If the skill fails, check the prerequisites first
|
|
53
|
+
- Verify environment variables are set correctly
|
|
54
|
+
- Check for conflicting configurations
|
|
55
|
+
- Review logs for detailed error messages
|
|
56
|
+
|
|
57
|
+
## Further Reading
|
|
58
|
+
|
|
59
|
+
- Refer to the main SKILL.md for complete methodology
|
|
60
|
+
- Check official documentation for the specific technology
|
|
61
|
+
- Review related skills in the registry for complementary approaches
|
|
@@ -12,24 +12,28 @@ Integrate accounting software: QuickBooks, Xero, or FreshBooks API integration f
|
|
|
12
12
|
|
|
13
13
|
accounting quickbooks xero freshbooks invoice expense financial reporting integration API
|
|
14
14
|
|
|
15
|
+
## Parameters
|
|
16
|
+
|
|
17
|
+
(none)
|
|
18
|
+
|
|
15
19
|
## Steps
|
|
16
20
|
|
|
17
|
-
|
|
21
|
+
1. [context-gatherer] Map the integration: what accounting platform? What data to sync (invoices, expenses, customers, products)? Sync direction (bidirectional, push, pull)? Frequency?
|
|
18
22
|
|
|
19
|
-
|
|
23
|
+
2. [planner] Design the integration:
|
|
20
24
|
1. Auth: OAuth2 flow for API access
|
|
21
25
|
2. Data mapping: your models → accounting platform models
|
|
22
26
|
3. Sync: create/update invoices, expenses, contacts
|
|
23
27
|
4. Webhooks: receive updates from accounting platform
|
|
24
28
|
5. Error handling: retry, conflict resolution
|
|
25
|
-
6. Reporting: pull financial data for dashboards (after:
|
|
29
|
+
6. Reporting: pull financial data for dashboards (after: step-0)
|
|
26
30
|
|
|
27
|
-
|
|
31
|
+
3. [runner] Implement the integration:
|
|
28
32
|
1. Set up OAuth2 authentication
|
|
29
33
|
2. Create API client for the accounting platform
|
|
30
34
|
3. Implement data sync functions
|
|
31
35
|
4. Add webhook handlers
|
|
32
36
|
5. Build conflict resolution logic
|
|
33
|
-
6. Test with sandbox account (after:
|
|
37
|
+
6. Test with sandbox account (after: step-1)
|
|
34
38
|
|
|
35
|
-
|
|
39
|
+
4. [reviewer] Verify: create invoice via API, verify it appears in accounting platform, test expense sync, verify financial reports pull correctly. (after: step-2)
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# Accounting Integration Reference Guide
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
Integrate accounting software: QuickBooks, Xero, or FreshBooks API integration for invoices, expenses, and financial reporting. Use when the goal is to sync financial data with an accounting system.
|
|
5
|
+
|
|
6
|
+
## # accounting-integration
|
|
7
|
+
|
|
8
|
+
Integrate accounting software: QuickBooks, Xero, or FreshBooks API integration for invoices, expenses, and financial reporting. Use when the goal is to sync financial data with an accounting system.
|
|
9
|
+
|
|
10
|
+
## Goal pattern
|
|
11
|
+
|
|
12
|
+
accounting quickbooks xero freshbooks invoice expense financial reporting integration API
|
|
13
|
+
|
|
14
|
+
## Steps
|
|
15
|
+
|
|
16
|
+
0. [context-gatherer] Map the integration: what accounting platform? What data to sync (invoices, expenses, customers, products)? Sync direction (bidirectional, push, pull)? Frequency?
|
|
17
|
+
|
|
18
|
+
1. [planner] Design the integration:
|
|
19
|
+
1. Auth: OAuth2 flow for API access
|
|
20
|
+
2. Data mapping: your models → accounting platform models
|
|
21
|
+
3. Sync: create/update invoices, expenses, contacts
|
|
22
|
+
4. Webhooks: receive updates from accounting platform
|
|
23
|
+
5. Error handling: retry, conflict resolution
|
|
24
|
+
6. Reporting: pull financial data for dashboards (after: 'step-0')
|
|
25
|
+
|
|
26
|
+
2. [runner] Implement the integration:
|
|
27
|
+
1. Set up OAuth2 authentication
|
|
28
|
+
2. Create API client for the accounting platform
|
|
29
|
+
3. Implement data sync functions
|
|
30
|
+
4. Add webhook handlers
|
|
31
|
+
5. Build conflict resolution logic
|
|
32
|
+
6. Test with sandbox account (after: 'step-1')
|
|
33
|
+
|
|
34
|
+
3. [reviewer] Verify: create invoice via API, verify it appears in accounting platform, test expense sync, verify financial reports pull correctly. (after: 'step-2')
|
|
35
|
+
|
|
36
|
+
## Best Practices
|
|
37
|
+
|
|
38
|
+
- Follow the skill's methodology step by step
|
|
39
|
+
- Verify each step before proceeding to the next
|
|
40
|
+
- Use the appropriate tools for each task
|
|
41
|
+
- Document any deviations from the standard approach
|
|
42
|
+
|
|
43
|
+
## Common Patterns
|
|
44
|
+
|
|
45
|
+
- Start with context gathering to understand the current state
|
|
46
|
+
- Plan the implementation before writing code
|
|
47
|
+
- Test changes before committing
|
|
48
|
+
- Review for security and performance implications
|
|
49
|
+
|
|
50
|
+
## Troubleshooting
|
|
51
|
+
|
|
52
|
+
- If the skill fails, check the prerequisites first
|
|
53
|
+
- Verify environment variables are set correctly
|
|
54
|
+
- Check for conflicting configurations
|
|
55
|
+
- Review logs for detailed error messages
|
|
56
|
+
|
|
57
|
+
## Further Reading
|
|
58
|
+
|
|
59
|
+
- Refer to the main SKILL.md for complete methodology
|
|
60
|
+
- Check official documentation for the specific technology
|
|
61
|
+
- Review related skills in the registry for complementary approaches
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# Api Call Reference Guide
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
Make API calls with authentication, retry logic, and response parsing
|
|
5
|
+
|
|
6
|
+
## # API Call Skill
|
|
7
|
+
|
|
8
|
+
Make API calls with authentication, retry logic, and response parsing. This skill demonstrates the execution engine's ability to run Node.js scripts.
|
|
9
|
+
|
|
10
|
+
## How It Works
|
|
11
|
+
|
|
12
|
+
1. Receives endpoint, method, and optional data/headers
|
|
13
|
+
2. Makes HTTP request to API_BASE_URL + endpoint
|
|
14
|
+
3. Handles authentication via API_KEY environment variable
|
|
15
|
+
4. Implements retry logic with exponential backoff
|
|
16
|
+
5. Returns structured response
|
|
17
|
+
|
|
18
|
+
## Usage
|
|
19
|
+
|
|
20
|
+
When the user needs to make an API call, execute this skill with the endpoint and method.
|
|
21
|
+
|
|
22
|
+
## Security
|
|
23
|
+
|
|
24
|
+
- API keys are injected via environment variables
|
|
25
|
+
- Base URL is configured via API_BASE_URL
|
|
26
|
+
- Retry logic prevents excessive requests
|
|
27
|
+
|
|
28
|
+
## Best Practices
|
|
29
|
+
|
|
30
|
+
- Follow the skill's methodology step by step
|
|
31
|
+
- Verify each step before proceeding to the next
|
|
32
|
+
- Use the appropriate tools for each task
|
|
33
|
+
- Document any deviations from the standard approach
|
|
34
|
+
|
|
35
|
+
## Common Patterns
|
|
36
|
+
|
|
37
|
+
- Start with context gathering to understand the current state
|
|
38
|
+
- Plan the implementation before writing code
|
|
39
|
+
- Test changes before committing
|
|
40
|
+
- Review for security and performance implications
|
|
41
|
+
|
|
42
|
+
## Troubleshooting
|
|
43
|
+
|
|
44
|
+
- If the skill fails, check the prerequisites first
|
|
45
|
+
- Verify environment variables are set correctly
|
|
46
|
+
- Check for conflicting configurations
|
|
47
|
+
- Review logs for detailed error messages
|
|
48
|
+
|
|
49
|
+
## Further Reading
|
|
50
|
+
|
|
51
|
+
- Refer to the main SKILL.md for complete methodology
|
|
52
|
+
- Check official documentation for the specific technology
|
|
53
|
+
- Review related skills in the registry for complementary approaches
|
|
@@ -14,50 +14,50 @@ API create build backend service REST GraphQL HTTP server routes endpoints imple
|
|
|
14
14
|
|
|
15
15
|
## Parameters
|
|
16
16
|
|
|
17
|
-
- framework (choice [default: auto]): HTTP framework
|
|
18
|
-
- database (choice [default: auto]): Database
|
|
19
|
-
- auth (choice [default: jwt]): Authentication method
|
|
17
|
+
- framework (choice [default: auto]): HTTP framework (auto-detected from project)
|
|
18
|
+
- database (choice [default: auto]): Database to use
|
|
19
|
+
- auth (choice [default: jwt]): Authentication method
|
|
20
20
|
|
|
21
21
|
## Steps
|
|
22
22
|
|
|
23
23
|
1. [context-gatherer] Analyze the project and API requirements:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
24
|
+
- Read package.json / pyproject.toml for framework (Express, Fastify, Hono, Flask, FastAPI, Spring Boot)
|
|
25
|
+
- Identify resources (nouns → endpoints) and operations (CRUD)
|
|
26
|
+
- Note auth requirements (API key, JWT, OAuth2)
|
|
27
|
+
- Note database (PostgreSQL, MongoDB, SQLite, in-memory)
|
|
28
|
+
- Note deployment target (local, Docker, cloud)
|
|
29
|
+
Produce: resource list, framework choice, auth strategy, and database plan.
|
|
30
30
|
|
|
31
31
|
2. [writer] Implement the API:
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
32
|
+
- Set up the project structure (routes/, models/, middleware/, utils/)
|
|
33
|
+
- Implement route handlers for each resource
|
|
34
|
+
- Add input validation (Joi, Zod, Pydantic, express-validator)
|
|
35
|
+
- Add error handling middleware (consistent error response format)
|
|
36
|
+
- Add auth middleware (JWT verification, API key check)
|
|
37
|
+
- Add rate limiting (express-rate-limit, slowapi)
|
|
38
|
+
- Wire everything into the app entry point
|
|
39
|
+
Follow REST conventions: proper HTTP methods, status codes, and response shapes. (after: step-0)
|
|
40
40
|
|
|
41
41
|
3. [writer] Generate OpenAPI/Swagger documentation:
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
42
|
+
- Create openapi.yaml or openapi.json with all endpoints
|
|
43
|
+
- Define request/response schemas
|
|
44
|
+
- Add authentication definitions
|
|
45
|
+
- Add example requests and responses
|
|
46
|
+
- Set up Swagger UI (if web framework supports it)
|
|
47
|
+
The spec is the contract — implementation must match it exactly. (after: step-1)
|
|
48
48
|
|
|
49
49
|
4. [tester] Write and run integration tests:
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
50
|
+
- Test each endpoint: happy path, error paths (400, 401, 404, 500)
|
|
51
|
+
- Test auth: unauthenticated → 401, unauthorized → 403
|
|
52
|
+
- Test validation: invalid input → 400 with error details
|
|
53
|
+
- Test edge cases: empty body, missing fields, duplicate resources
|
|
54
|
+
- Run the full test suite: `npm test` or `pytest`
|
|
55
|
+
All tests must pass before proceeding. (after: step-2)
|
|
56
56
|
|
|
57
57
|
5. [runner] Set up deployment:
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
58
|
+
- Create Dockerfile (multi-stage build)
|
|
59
|
+
- Create docker-compose.yml (if database needed)
|
|
60
|
+
- Add health check endpoint (GET /health)
|
|
61
|
+
- Add environment variable configuration
|
|
62
|
+
- Create a README with API documentation and usage examples
|
|
63
|
+
- Verify the app starts and responds to requests (after: step-3)
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
# Api Creation Reference Guide
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
Create a complete API: design endpoints, implement routes, add auth/rate-limiting, write tests, generate OpenAPI docs, and deploy. Use when the goal asks to create an API, build a backend service, or scaffold an HTTP server with routes.
|
|
5
|
+
|
|
6
|
+
## # api-creation
|
|
7
|
+
|
|
8
|
+
Create a complete API: design endpoints, implement routes, add auth/rate-limiting, write tests, generate OpenAPI docs, and deploy. Use when the goal asks to create an API, build a backend service, or scaffold an HTTP server with routes.
|
|
9
|
+
|
|
10
|
+
## Goal pattern
|
|
11
|
+
|
|
12
|
+
API create build backend service REST GraphQL HTTP server routes endpoints implement deploy
|
|
13
|
+
|
|
14
|
+
## Parameters
|
|
15
|
+
|
|
16
|
+
- framework (choice [default: auto]): HTTP framework — express, fastify, hono, flask, fastapi, spring, auto
|
|
17
|
+
- database (choice [default: auto]): Database — postgresql, mongodb, sqlite, mysql, in-memory, auto
|
|
18
|
+
- auth (choice [default: jwt]): Authentication method — jwt, api-key, oauth2, session, none
|
|
19
|
+
|
|
20
|
+
## Steps
|
|
21
|
+
|
|
22
|
+
1. [context-gatherer] Analyze the project and API requirements:
|
|
23
|
+
- Read package.json / pyproject.toml for framework (Express, Fastify, Hono, Flask, FastAPI, Spring Boot)
|
|
24
|
+
- Identify resources (nouns → endpoints) and operations (CRUD)
|
|
25
|
+
- Note auth requirements (API key, JWT, OAuth2)
|
|
26
|
+
- Note database (PostgreSQL, MongoDB, SQLite, in-memory)
|
|
27
|
+
- Note deployment target (local, Docker, cloud)
|
|
28
|
+
Produce: resource list, framework choice, auth strategy, and database plan.
|
|
29
|
+
|
|
30
|
+
2. [writer] Implement the API:
|
|
31
|
+
- Set up the project structure (routes/, models/, middleware/, utils/)
|
|
32
|
+
- Implement route handlers for each resource
|
|
33
|
+
- Add input validation (Joi, Zod, Pydantic, express-validator)
|
|
34
|
+
- Add error handling middleware (consistent error response format)
|
|
35
|
+
- Add auth middleware (JWT verification, API key check)
|
|
36
|
+
- Add rate limiting (express-rate-limit, slowapi)
|
|
37
|
+
- Wire everything into the app entry point
|
|
38
|
+
Follow REST conventions: proper HTTP methods, status codes, and response shapes.
|
|
39
|
+
|
|
40
|
+
3. [writer] Generate OpenAPI/Swagger documentation:
|
|
41
|
+
- Create openapi.yaml or openapi.json with all endpoints
|
|
42
|
+
- Define request/response schemas
|
|
43
|
+
- Add authentication definitions
|
|
44
|
+
- Add example requests and responses
|
|
45
|
+
- Set up Swagger UI (if web framework supports it)
|
|
46
|
+
The spec is the contract — implementation must match it exactly.
|
|
47
|
+
|
|
48
|
+
4. [tester] Write and run integration tests:
|
|
49
|
+
- Test each endpoint: happy path, error paths (400, 401, 404, 500)
|
|
50
|
+
- Test auth: unauthenticated → 401, unauthorized → 403
|
|
51
|
+
- Test validation: invalid input → 400 with error details
|
|
52
|
+
- Test edge cases: empty body, missing fields, duplicate resources
|
|
53
|
+
- Run the full test suite: `npm test` or `pytest`
|
|
54
|
+
All tests must pass before proceeding.
|
|
55
|
+
|
|
56
|
+
5. [runner] Set up deployment:
|
|
57
|
+
- Create Dockerfile (multi-stage build)
|
|
58
|
+
- Create docker-compose.yml (if database needed)
|
|
59
|
+
- Add health check endpoint (GET /health)
|
|
60
|
+
- Add environment variable configuration
|
|
61
|
+
- Create a README with API documentation and usage examples
|
|
62
|
+
- Verify the app starts and responds to requests
|
|
63
|
+
|
|
64
|
+
## Best Practices
|
|
65
|
+
|
|
66
|
+
- Follow the skill's methodology step by step
|
|
67
|
+
- Verify each step before proceeding to the next
|
|
68
|
+
- Use the appropriate tools for each task
|
|
69
|
+
- Document any deviations from the standard approach
|
|
70
|
+
|
|
71
|
+
## Common Patterns
|
|
72
|
+
|
|
73
|
+
- Start with context gathering to understand the current state
|
|
74
|
+
- Plan the implementation before writing code
|
|
75
|
+
- Test changes before committing
|
|
76
|
+
- Review for security and performance implications
|
|
77
|
+
|
|
78
|
+
## Troubleshooting
|
|
79
|
+
|
|
80
|
+
- If the skill fails, check the prerequisites first
|
|
81
|
+
- Verify environment variables are set correctly
|
|
82
|
+
- Check for conflicting configurations
|
|
83
|
+
- Review logs for detailed error messages
|
|
84
|
+
|
|
85
|
+
## Further Reading
|
|
86
|
+
|
|
87
|
+
- Refer to the main SKILL.md for complete methodology
|
|
88
|
+
- Check official documentation for the specific technology
|
|
89
|
+
- Review related skills in the registry for complementary approaches
|