shmakk 1.1.0 → 1.2.0
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/README.md +16 -1
- package/package.json +6 -3
- package/scripts/import-skills.js +536 -0
- package/scripts/install-skills.js +64 -0
- package/skills/ai-elements.md +482 -0
- package/skills/architecture.md +151 -0
- package/skills/backend-adapter-aws-lambda.md +204 -0
- package/skills/backend-adapter-express.md +177 -0
- package/skills/backend-adapter-fastify.md +222 -0
- package/skills/backend-adapter-fetch.md +200 -0
- package/skills/backend-api-docs.md +22 -0
- package/skills/backend-aspire.md +232 -0
- package/skills/backend-aspnet-core.md +62 -0
- package/skills/backend-build-chatgpt-app.md +321 -0
- package/skills/backend-build-mcp-app.md +393 -0
- package/skills/backend-build-mcp-server.md +222 -0
- package/skills/backend-build-mcpb.md +200 -0
- package/skills/backend-building-ai-agent-on-cloudflare.md +401 -0
- package/skills/backend-caching.md +206 -0
- package/skills/backend-chatgpt-app-submission.md +157 -0
- package/skills/backend-chatgpt-apps.md +321 -0
- package/skills/backend-client-setup.md +318 -0
- package/skills/backend-containerize-aspnet-framework.md +455 -0
- package/skills/backend-create-spring-boot-java-project.md +164 -0
- package/skills/backend-create-spring-boot-kotlin-project.md +148 -0
- package/skills/backend-csharp-async.md +50 -0
- package/skills/backend-csharp-docs.md +63 -0
- package/skills/backend-csharp-mcp-server-generator.md +60 -0
- package/skills/backend-dotenv.md +201 -0
- package/skills/backend-dotenvx.md +119 -0
- package/skills/backend-env-vars.md +259 -0
- package/skills/backend-error-handling.md +254 -0
- package/skills/backend-fastapi.md +437 -0
- package/skills/backend-go-mcp-server-generator.md +335 -0
- package/skills/backend-java-mcp-server-generator.md +757 -0
- package/skills/backend-kotlin-mcp-server-generator.md +450 -0
- package/skills/backend-middlewares.md +243 -0
- package/skills/backend-multi-stage-dockerfile.md +47 -0
- package/skills/backend-nestjs.md +192 -0
- package/skills/backend-next-forge.md +375 -0
- package/skills/backend-nextjs.md +746 -0
- package/skills/backend-openapi-to-application-code.md +113 -0
- package/skills/backend-php-mcp-server-generator.md +523 -0
- package/skills/backend-python-mcp-server-generator.md +106 -0
- package/skills/backend-routing-middleware.md +251 -0
- package/skills/backend-ruby-mcp-server-generator.md +661 -0
- package/skills/backend-rust-mcp-server-generator.md +578 -0
- package/skills/backend-semantic-kernel.md +57 -0
- package/skills/backend-server-setup.md +379 -0
- package/skills/backend-server-side-calls.md +250 -0
- package/skills/backend-subscriptions.md +407 -0
- package/skills/backend-swift-mcp-server-generator.md +670 -0
- package/skills/backend-trpc-router.md +152 -0
- package/skills/backend-typescript-mcp-server-generator.md +91 -0
- package/skills/backend-validators.md +229 -0
- package/skills/backend.md +76 -0
- package/skills/backup.md +165 -0
- package/skills/budget.md +140 -0
- package/skills/business-gtm-0-to-1-launch.md +322 -0
- package/skills/business-gtm-operating-cadence.md +421 -0
- package/skills/business-gtm-positioning-strategy.md +439 -0
- package/skills/business-gtm-product-led-growth.md +340 -0
- package/skills/calendar.md +95 -0
- package/skills/code-review.md +130 -0
- package/skills/compliance.md +168 -0
- package/skills/contracts.md +130 -0
- package/skills/daily-job-run.md +46 -0
- package/skills/daily-webdesign.md +187 -0
- package/skills/database-bigquery-pipeline-audit.md +130 -0
- package/skills/database-cosmosdb-datamodeling.md +1046 -0
- package/skills/database-durable-objects.md +187 -0
- package/skills/database-ef-core.md +76 -0
- package/skills/database-fabric-lakehouse.md +107 -0
- package/skills/database-neon-postgres-egress-optimizer.md +213 -0
- package/skills/database-neon-postgres.md +218 -0
- package/skills/database-postgresql-code-review.md +213 -0
- package/skills/database-postgresql-optimization.md +405 -0
- package/skills/database-sql-code-review.md +302 -0
- package/skills/database-sql-optimization.md +297 -0
- package/skills/dependency-audit.md +165 -0
- package/skills/design-kami-landing.md +234 -0
- package/skills/design.md +221 -0
- package/skills/dev-acquire-codebase-knowledge.md +175 -0
- package/skills/dev-add-educational-comments.md +129 -0
- package/skills/dev-add-model-descriptions.md +74 -0
- package/skills/dev-adr-review.md +56 -0
- package/skills/dev-boost-prompt.md +26 -0
- package/skills/dev-build-run-debug.md +130 -0
- package/skills/dev-chunk.md +49 -0
- package/skills/dev-claude-md-improver.md +180 -0
- package/skills/dev-code-exemplars-blueprint-generator.md +127 -0
- package/skills/dev-code-tour.md +434 -0
- package/skills/dev-comment-code-generate-a-tutorial.md +27 -0
- package/skills/dev-commit.md +81 -0
- package/skills/dev-context-map.md +53 -0
- package/skills/dev-conventional-commit.md +73 -0
- package/skills/dev-create-architectural-decision-record.md +98 -0
- package/skills/dev-create-draft-pr.md +17 -0
- package/skills/dev-create-pr.md +17 -0
- package/skills/dev-create-readme.md +22 -0
- package/skills/dev-csharp-mstest.md +479 -0
- package/skills/dev-csharp-nunit.md +72 -0
- package/skills/dev-csharp-tunit.md +101 -0
- package/skills/dev-csharp-xunit.md +69 -0
- package/skills/dev-debug-failing-test.md +90 -0
- package/skills/dev-diff-analyze.md +32 -0
- package/skills/dev-diffs.md +24 -0
- package/skills/dev-dotnet-best-practices.md +86 -0
- package/skills/dev-dotnet-design-pattern-review.md +43 -0
- package/skills/dev-dotnet-timezone.md +110 -0
- package/skills/dev-dotnet-upgrade.md +117 -0
- package/skills/dev-doublecheck.md +278 -0
- package/skills/dev-explain-error.md +15 -0
- package/skills/dev-finding-discovery.md +164 -0
- package/skills/dev-fix-finding.md +111 -0
- package/skills/dev-full-file-edit.md +25 -0
- package/skills/dev-git-commit.md +125 -0
- package/skills/dev-git-flow-branch-creator.md +293 -0
- package/skills/dev-git-workflow.md +46 -0
- package/skills/dev-github-automation.md +64 -0
- package/skills/dev-github-code-review.md +1140 -0
- package/skills/dev-github-issues.md +202 -0
- package/skills/dev-gpt-5-4-prompting.md +55 -0
- package/skills/dev-investigation-mode.md +277 -0
- package/skills/dev-java-add-graalvm-native-image-support.md +450 -0
- package/skills/dev-java-docs.md +24 -0
- package/skills/dev-java-refactoring-extract-method.md +105 -0
- package/skills/dev-java-refactoring-remove-parameter.md +85 -0
- package/skills/dev-merge.md +73 -0
- package/skills/dev-migrate-create.md +36 -0
- package/skills/dev-migrate-validate.md +36 -0
- package/skills/dev-my-issues.md +9 -0
- package/skills/dev-my-pull-requests.md +15 -0
- package/skills/dev-planning-oracle-to-postgres-migration-integration-testing.md +45 -0
- package/skills/dev-playwright-generate-test.md +18 -0
- package/skills/dev-playwright.md +148 -0
- package/skills/dev-prompt-builder.md +142 -0
- package/skills/dev-pytest-coverage.md +29 -0
- package/skills/dev-python-manager-discovery.md +330 -0
- package/skills/dev-python-pypi-package-builder.md +445 -0
- package/skills/dev-readme-blueprint-generator.md +79 -0
- package/skills/dev-refactor-method-complexity-reduce.md +99 -0
- package/skills/dev-refactor-plan.md +66 -0
- package/skills/dev-refactor.md +646 -0
- package/skills/dev-review-and-refactor.md +16 -0
- package/skills/dev-reviewing-oracle-to-postgres-migration.md +68 -0
- package/skills/dev-ruff-recursive-fix.md +201 -0
- package/skills/dev-run-e2e-tests.md +126 -0
- package/skills/dev-run-pre-commit-checks.md +133 -0
- package/skills/dev-run-smoke-tests.md +127 -0
- package/skills/dev-scaffolding-oracle-to-postgres-migration-test-project.md +55 -0
- package/skills/dev-spring-boot-testing.md +190 -0
- package/skills/dev-sync-upstream.md +32 -0
- package/skills/dev-sync.md +74 -0
- package/skills/dev-tdd-workflow.md +23 -0
- package/skills/dev-terraform-azurerm-set-diff-analyzer.md +49 -0
- package/skills/dev-test-driven-development.md +372 -0
- package/skills/dev-test-gaps.md +18 -0
- package/skills/dev-test-triage.md +55 -0
- package/skills/dev-typer.md +267 -0
- package/skills/dev-typescript-setup.md +25 -0
- package/skills/dev-unified-diff-edit.md +16 -0
- package/skills/dev-unit-test-vue-pinia.md +198 -0
- package/skills/dev-using-git-worktrees.md +216 -0
- package/skills/dev-validation.md +99 -0
- package/skills/dev-verification.md +168 -0
- package/skills/dev-webapp-testing.md +134 -0
- package/skills/dev-write-coding-standards-from-file.md +317 -0
- package/skills/dev-write-tests.md +16 -0
- package/skills/devops-appinsights-instrumentation.md +49 -0
- package/skills/devops-az-cost-optimize.md +306 -0
- package/skills/devops-chronicle.md +154 -0
- package/skills/devops-deployments-cicd.md +331 -0
- package/skills/devops-devops-rollout-plan.md +118 -0
- package/skills/devops-geistdocs.md +276 -0
- package/skills/devops-observability.md +774 -0
- package/skills/devops-observe-metrics.md +35 -0
- package/skills/devops-observe-trace.md +30 -0
- package/skills/devops-phoenix-cli.md +163 -0
- package/skills/devops-phoenix-tracing.md +140 -0
- package/skills/devops-publish-to-pages.md +108 -0
- package/skills/devops-telemetry.md +87 -0
- package/skills/devops-update-avm-modules-in-bicep.md +61 -0
- package/skills/devops.md +81 -0
- package/skills/diagrams-canvas.md +204 -0
- package/skills/diagrams-draw-io-diagram-generator.md +463 -0
- package/skills/diagrams-excalidraw-diagram-generator.md +614 -0
- package/skills/diagrams-graphify.md +1277 -0
- package/skills/docs-bear-notes.md +108 -0
- package/skills/docs-create-llms.md +211 -0
- package/skills/docs-doc-gen.md +20 -0
- package/skills/docs-documentation-writer.md +46 -0
- package/skills/docs-llm-config.md +33 -0
- package/skills/docs-mkdocs-translations.md +109 -0
- package/skills/docs-obsidian-vault-maintainer.md +14 -0
- package/skills/docs-obsidian.md +82 -0
- package/skills/docs-prose.md +324 -0
- package/skills/docs-update-llms.md +217 -0
- package/skills/docs-update-markdown-file-index.md +77 -0
- package/skills/docs-wiki-maintainer.md +20 -0
- package/skills/documents.md +120 -0
- package/skills/email.md +113 -0
- package/skills/expenses.md +140 -0
- package/skills/file-ops.md +149 -0
- package/skills/files-convert-plaintext-to-md.md +363 -0
- package/skills/files-doc.md +81 -0
- package/skills/files-docx.md +594 -0
- package/skills/files-markdown-to-html.md +917 -0
- package/skills/files-nano-pdf.md +39 -0
- package/skills/files-pdf.md +315 -0
- package/skills/files-pdftk-server.md +163 -0
- package/skills/files-pptx-html-fidelity-audit.md +255 -0
- package/skills/files-pptx.md +231 -0
- package/skills/files-xlsx.md +301 -0
- package/skills/find-jobs.md +78 -0
- package/skills/format-conversion.md +157 -0
- package/skills/frontend-ai-elements.md +483 -0
- package/skills/frontend-ai-gateway.md +563 -0
- package/skills/frontend-ai-generation-persistence.md +242 -0
- package/skills/frontend-ai-sdk.md +799 -0
- package/skills/frontend-ai-visibility.md +127 -0
- package/skills/frontend-angular-developer.md +130 -0
- package/skills/frontend-aspnet-minimal-api-openapi.md +42 -0
- package/skills/frontend-bencium-innovative-ux-designer.md +719 -0
- package/skills/frontend-chat-sdk.md +666 -0
- package/skills/frontend-chrome-devtools.md +98 -0
- package/skills/frontend-frontend-app-builder.md +186 -0
- package/skills/frontend-frontend-design.md +43 -0
- package/skills/frontend-frontend-testing-debugging.md +143 -0
- package/skills/frontend-gsap-framer-scroll-animation.md +152 -0
- package/skills/frontend-internal-linking.md +109 -0
- package/skills/frontend-json-render.md +335 -0
- package/skills/frontend-keyword-clustering.md +118 -0
- package/skills/frontend-next-intl-add-language.md +20 -0
- package/skills/frontend-on-page-seo.md +112 -0
- package/skills/frontend-premium-frontend-ui.md +114 -0
- package/skills/frontend-react-best-practices.md +143 -0
- package/skills/frontend-schema-markup.md +160 -0
- package/skills/frontend-seo-audit.md +110 -0
- package/skills/frontend-swr.md +215 -0
- package/skills/frontend-technical-seo.md +162 -0
- package/skills/frontend-use-dom.md +418 -0
- package/skills/frontend-web-coder.md +564 -0
- package/skills/frontend-web-design-reviewer.md +369 -0
- package/skills/frontend-web-perf.md +202 -0
- package/skills/frontend.md +125 -0
- package/skills/general-adapter-standalone.md +199 -0
- package/skills/general-auth.md +356 -0
- package/skills/general-containerize-aspnetcore.md +393 -0
- package/skills/general-create-technical-spike.md +231 -0
- package/skills/general-cron-jobs.md +72 -0
- package/skills/general-ddd-aggregate.md +52 -0
- package/skills/general-ddd-context.md +46 -0
- package/skills/general-ddd-validate.md +51 -0
- package/skills/general-dependency-check.md +26 -0
- package/skills/general-email-marketing.md +86 -0
- package/skills/general-healthcheck.md +246 -0
- package/skills/general-import-infrastructure-as-code.md +368 -0
- package/skills/general-init.md +49 -0
- package/skills/general-java-junit.md +64 -0
- package/skills/general-java-springboot.md +66 -0
- package/skills/general-javascript-typescript-jest.md +45 -0
- package/skills/general-kotlin-springboot.md +71 -0
- package/skills/general-make-repo-contribution.md +91 -0
- package/skills/general-market-research.md +78 -0
- package/skills/general-marketplace.md +468 -0
- package/skills/general-model-recommendation.md +673 -0
- package/skills/general-payments.md +352 -0
- package/skills/general-quality-playbook.md +480 -0
- package/skills/general-run-integration-tests.md +113 -0
- package/skills/general-superjson.md +274 -0
- package/skills/general-swiftpm-macos.md +51 -0
- package/skills/general-threat-model.md +61 -0
- package/skills/invoices.md +167 -0
- package/skills/licenses.md +159 -0
- package/skills/logs.md +156 -0
- package/skills/marketing.md +139 -0
- package/skills/media-image-manipulation-image-magick.md +253 -0
- package/skills/media-imagegen.md +357 -0
- package/skills/media-openai-whisper-api.md +63 -0
- package/skills/media-openai-whisper.md +39 -0
- package/skills/media-peekaboo.md +191 -0
- package/skills/media-screenshot.md +268 -0
- package/skills/media-speech.md +145 -0
- package/skills/media-transcribe.md +82 -0
- package/skills/media-video-frames.md +47 -0
- package/skills/mobile-android-emulator-qa.md +81 -0
- package/skills/mobile-android-performance.md +280 -0
- package/skills/mobile-building-mcp-server-on-cloudflare.md +267 -0
- package/skills/mobile-building-native-ui.md +322 -0
- package/skills/mobile-expo-api-routes.md +369 -0
- package/skills/mobile-expo-cicd-workflows.md +92 -0
- package/skills/mobile-expo-deployment.md +191 -0
- package/skills/mobile-expo-dev-client.md +165 -0
- package/skills/mobile-expo-module.md +177 -0
- package/skills/mobile-expo-tailwind-setup.md +481 -0
- package/skills/mobile-expo-ui-jetpack-compose.md +41 -0
- package/skills/mobile-expo-ui-swift-ui.md +40 -0
- package/skills/mobile-ios-app-intents.md +78 -0
- package/skills/mobile-ios-debugger-agent.md +52 -0
- package/skills/mobile-ios-ettrace-performance.md +198 -0
- package/skills/mobile-ios-memgraph-leaks.md +77 -0
- package/skills/mobile-native-data-fetching.md +508 -0
- package/skills/mobile-packaging-notarization.md +48 -0
- package/skills/mobile-react-native-architecture.md +672 -0
- package/skills/mobile-react-native-mobile-design.md +438 -0
- package/skills/mobile-signing-entitlements.md +59 -0
- package/skills/mobile-swiftui-liquid-glass.md +91 -0
- package/skills/mobile-swiftui-patterns.md +210 -0
- package/skills/mobile-swiftui-performance-audit.md +108 -0
- package/skills/mobile-swiftui-ui-patterns.md +97 -0
- package/skills/mobile-swiftui-view-refactor.md +204 -0
- package/skills/mobile-upgrading-expo.md +134 -0
- package/skills/mobile.md +183 -0
- package/skills/notes.md +106 -0
- package/skills/planning-adr-create.md +62 -0
- package/skills/planning-adr-index.md +67 -0
- package/skills/planning-architecture-blueprint-generator.md +323 -0
- package/skills/planning-brainstorming.md +165 -0
- package/skills/planning-breakdown-epic-arch.md +67 -0
- package/skills/planning-breakdown-epic-pm.md +59 -0
- package/skills/planning-breakdown-feature-implementation.md +129 -0
- package/skills/planning-breakdown-feature-prd.md +62 -0
- package/skills/planning-breakdown-plan.md +510 -0
- package/skills/planning-breakdown-test.md +366 -0
- package/skills/planning-cloud-design-patterns.md +63 -0
- package/skills/planning-content-brief.md +128 -0
- package/skills/planning-content-strategy.md +138 -0
- package/skills/planning-content-translation.md +143 -0
- package/skills/planning-create-github-action-workflow-specification.md +277 -0
- package/skills/planning-create-github-issues-feature-from-implementation-plan.md +29 -0
- package/skills/planning-create-github-issues-for-unmet-specification-requirements.md +36 -0
- package/skills/planning-create-github-pull-request-from-specification.md +25 -0
- package/skills/planning-create-implementation-plan.md +158 -0
- package/skills/planning-create-specification.md +128 -0
- package/skills/planning-first-ask.md +31 -0
- package/skills/planning-folder-structure-blueprint-generator.md +406 -0
- package/skills/planning-gen-specs-as-issues.md +166 -0
- package/skills/planning-generate-snapshot.md +144 -0
- package/skills/planning-generate-status-report.md +336 -0
- package/skills/planning-metric-pack-designer.md +27 -0
- package/skills/planning-pm-spec.md +53 -0
- package/skills/planning-prd.md +144 -0
- package/skills/planning-project-assessment.md +182 -0
- package/skills/planning-project-setup-info-local.md +128 -0
- package/skills/planning-project-workflow-analysis-blueprint-generator.md +294 -0
- package/skills/planning-service-oriented-architecture.md +248 -0
- package/skills/planning-spec-to-backlog.md +544 -0
- package/skills/planning-technology-stack-blueprint-generator.md +243 -0
- package/skills/planning-update-implementation-plan.md +158 -0
- package/skills/planning-update-specification.md +128 -0
- package/skills/planning-what-context-needed.md +40 -0
- package/skills/planning-writing-plans.md +153 -0
- package/skills/prepare-application.md +81 -0
- package/skills/productivity-apple-notes.md +78 -0
- package/skills/productivity-apple-reminders.md +119 -0
- package/skills/productivity-capture-tasks-from-meeting-notes.md +680 -0
- package/skills/productivity-daily-prep.md +156 -0
- package/skills/productivity-email-drafter.md +101 -0
- package/skills/productivity-hr-onboarding.md +53 -0
- package/skills/productivity-things-mac.md +87 -0
- package/skills/productivity-update.md +169 -0
- package/skills/reminders.md +109 -0
- package/skills/research-dossier-collect.md +71 -0
- package/skills/research-kg-extract.md +37 -0
- package/skills/research-openai-docs.md +89 -0
- package/skills/research-research-add-items.md +31 -0
- package/skills/research-research-report.md +94 -0
- package/skills/research-research-synthesize.md +63 -0
- package/skills/research-summarize.md +88 -0
- package/skills/research-transformers-js.md +635 -0
- package/skills/research.md +119 -0
- package/skills/security-ai-prompt-engineering-safety-review.md +231 -0
- package/skills/security-attack-path-analysis.md +182 -0
- package/skills/security-gdpr-compliant.md +284 -0
- package/skills/security-mcp-security-audit.md +279 -0
- package/skills/security-pii-detect.md +31 -0
- package/skills/security-secret-scanning.md +243 -0
- package/skills/security-security-best-practices.md +87 -0
- package/skills/security-security-ownership-map.md +207 -0
- package/skills/security-security-review.md +169 -0
- package/skills/security-security-scan.md +138 -0
- package/skills/security-security-threat-model.md +82 -0
- package/skills/security-threat-model-analyst.md +76 -0
- package/skills/sysmon.md +181 -0
- package/skills/system-arch-linux-triage.md +32 -0
- package/skills/system-centos-linux-triage.md +32 -0
- package/skills/system-debian-linux-triage.md +32 -0
- package/skills/system-fedora-linux-triage.md +32 -0
- package/skills/system-geofeed-tuner.md +865 -0
- package/skills/system-iot-anomalies.md +15 -0
- package/skills/system-iot-firmware.md +16 -0
- package/skills/system-iot-fleet.md +14 -0
- package/skills/system-iot-register.md +19 -0
- package/skills/system-iot-witness-verify.md +15 -0
- package/skills/system-tmux.md +171 -0
- package/skills/system-window-management.md +228 -0
- package/skills/task-management.md +90 -0
- package/skills/tasks.md +102 -0
- package/skills/test-coverage.md +188 -0
- package/skills/ux-ui.md +128 -0
- package/skills/web.md +186 -0
- package/skills/workflow-act-on-feedback.md +15 -0
- package/skills/workflow-automate-this.md +245 -0
- package/skills/workflow-autoresearch.md +276 -0
- package/skills/workflow-coding-agent.md +317 -0
- package/skills/workflow-deep-research.md +44 -0
- package/skills/workflow-dispatching-parallel-agents.md +183 -0
- package/skills/workflow-eval-driven-dev.md +148 -0
- package/skills/workflow-executing-plans.md +71 -0
- package/skills/workflow-mentoring-juniors.md +311 -0
- package/skills/workflow-receiving-code-review.md +214 -0
- package/skills/workflow-repo-story-time.md +155 -0
- package/skills/workflow-requesting-code-review.md +104 -0
- package/skills/workflow-session-report.md +43 -0
- package/skills/workflow-structured-autonomy-generate.md +126 -0
- package/skills/workflow-subagent-driven-development.md +280 -0
- package/skills/writing.md +106 -0
- package/src/agent.js +0 -0
- package/src/browser.js +297 -0
- package/src/cli.js +25 -4
- package/src/code-reviewer.js +119 -0
- package/src/completions.js +1 -1
- package/src/control.js +222 -30
- package/src/coordinator.js +303 -0
- package/src/correction.js +29 -8
- package/src/edit-tracker.js +21 -0
- package/src/edit-viewer.js +414 -0
- package/src/endpoints.js +64 -15
- package/src/index.js +45 -11
- package/src/llm.js +86 -2
- package/src/mcp-client.js +416 -0
- package/src/memory.js +182 -0
- package/src/planner.js +216 -0
- package/src/rules.js +90 -0
- package/src/self-commands.js +757 -0
- package/src/services/voice.js +10 -7
- package/src/session-search.js +427 -0
- package/src/session.js +487 -99
- package/src/shmakk-server.js +91 -0
- package/src/skills.js +410 -3
- package/src/subagent.js +4 -1
- package/src/system-prompt.js +13 -5
- package/src/task-file.js +114 -0
- package/src/taskClassifier.js +246 -0
- package/src/team.js +752 -0
- package/src/tools.js +142 -21
- package/src/web.js +35 -5
- package/src/workflows.js +261 -0
- package/src/workspace-index.js +25 -6
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: bear-notes
|
|
3
|
+
description: Create, search, and manage Bear notes via grizzly CLI.
|
|
4
|
+
homepage: https://bear.app
|
|
5
|
+
metadata:
|
|
6
|
+
{
|
|
7
|
+
"openclaw":
|
|
8
|
+
{
|
|
9
|
+
"emoji": "🐻",
|
|
10
|
+
"os": ["darwin"],
|
|
11
|
+
"requires": { "bins": ["grizzly"] },
|
|
12
|
+
"install":
|
|
13
|
+
[
|
|
14
|
+
{
|
|
15
|
+
"id": "go",
|
|
16
|
+
"kind": "go",
|
|
17
|
+
"module": "github.com/tylerwince/grizzly/cmd/grizzly@latest",
|
|
18
|
+
"bins": ["grizzly"],
|
|
19
|
+
"label": "Install grizzly (go)",
|
|
20
|
+
},
|
|
21
|
+
],
|
|
22
|
+
},
|
|
23
|
+
}
|
|
24
|
+
category: docs
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
# Bear Notes
|
|
28
|
+
|
|
29
|
+
Use `grizzly` to create, read, and manage notes in Bear on macOS.
|
|
30
|
+
|
|
31
|
+
Requirements
|
|
32
|
+
|
|
33
|
+
- Bear app installed and running
|
|
34
|
+
- For some operations (add-text, tags, open-note --selected), a Bear app token (stored in `~/.config/grizzly/token`)
|
|
35
|
+
|
|
36
|
+
## Getting a Bear Token
|
|
37
|
+
|
|
38
|
+
For operations that require a token (add-text, tags, open-note --selected), you need an authentication token:
|
|
39
|
+
|
|
40
|
+
1. Open Bear → Help → API Token → Copy Token
|
|
41
|
+
2. Save it: `echo "YOUR_TOKEN" > ~/.config/grizzly/token`
|
|
42
|
+
|
|
43
|
+
## Common Commands
|
|
44
|
+
|
|
45
|
+
Create a note
|
|
46
|
+
|
|
47
|
+
```bash
|
|
48
|
+
echo "Note content here" | grizzly create --title "My Note" --tag work
|
|
49
|
+
grizzly create --title "Quick Note" --tag inbox < /dev/null
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
Open/read a note by ID
|
|
53
|
+
|
|
54
|
+
```bash
|
|
55
|
+
grizzly open-note --id "NOTE_ID" --enable-callback --json
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
Append text to a note
|
|
59
|
+
|
|
60
|
+
```bash
|
|
61
|
+
echo "Additional content" | grizzly add-text --id "NOTE_ID" --mode append --token-file ~/.config/grizzly/token
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
List all tags
|
|
65
|
+
|
|
66
|
+
```bash
|
|
67
|
+
grizzly tags --enable-callback --json --token-file ~/.config/grizzly/token
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
Search notes (via open-tag)
|
|
71
|
+
|
|
72
|
+
```bash
|
|
73
|
+
grizzly open-tag --name "work" --enable-callback --json
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
## Options
|
|
77
|
+
|
|
78
|
+
Common flags:
|
|
79
|
+
|
|
80
|
+
- `--dry-run` — Preview the URL without executing
|
|
81
|
+
- `--print-url` — Show the x-callback-url
|
|
82
|
+
- `--enable-callback` — Wait for Bear's response (needed for reading data)
|
|
83
|
+
- `--json` — Output as JSON (when using callbacks)
|
|
84
|
+
- `--token-file PATH` — Path to Bear API token file
|
|
85
|
+
|
|
86
|
+
## Configuration
|
|
87
|
+
|
|
88
|
+
Grizzly reads config from (in priority order):
|
|
89
|
+
|
|
90
|
+
1. CLI flags
|
|
91
|
+
2. Environment variables (`GRIZZLY_TOKEN_FILE`, `GRIZZLY_CALLBACK_URL`, `GRIZZLY_TIMEOUT`)
|
|
92
|
+
3. `.grizzly.toml` in current directory
|
|
93
|
+
4. `~/.config/grizzly/config.toml`
|
|
94
|
+
|
|
95
|
+
Example `~/.config/grizzly/config.toml`:
|
|
96
|
+
|
|
97
|
+
```toml
|
|
98
|
+
token_file = "~/.config/grizzly/token"
|
|
99
|
+
callback_url = "http://127.0.0.1:42123/success"
|
|
100
|
+
timeout = "5s"
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
## Notes
|
|
104
|
+
|
|
105
|
+
- Bear must be running for commands to work
|
|
106
|
+
- Note IDs are Bear's internal identifiers (visible in note info or via callbacks)
|
|
107
|
+
- Use `--enable-callback` when you need to read data back from Bear
|
|
108
|
+
- Some operations require a valid token (add-text, tags, open-note --selected)
|
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: create-llms
|
|
3
|
+
description: 'Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/'
|
|
4
|
+
category: docs
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Create LLMs.txt File from Repository Structure
|
|
8
|
+
|
|
9
|
+
Create a new `llms.txt` file from scratch in the root of the repository following the official llms.txt specification at https://llmstxt.org/. This file provides high-level guidance to large language models (LLMs) on where to find relevant content for understanding the repository's purpose and specifications.
|
|
10
|
+
|
|
11
|
+
## Primary Directive
|
|
12
|
+
|
|
13
|
+
Create a comprehensive `llms.txt` file that serves as an entry point for LLMs to understand and navigate the repository effectively. The file must comply with the llms.txt specification and be optimized for LLM consumption while remaining human-readable.
|
|
14
|
+
|
|
15
|
+
## Analysis and Planning Phase
|
|
16
|
+
|
|
17
|
+
Before creating the `llms.txt` file, you must complete a thorough analysis:
|
|
18
|
+
|
|
19
|
+
### Step 1: Review llms.txt Specification
|
|
20
|
+
|
|
21
|
+
- Review the official specification at https://llmstxt.org/ to ensure full compliance
|
|
22
|
+
- Understand the required format structure and guidelines
|
|
23
|
+
- Note the specific markdown structure requirements
|
|
24
|
+
|
|
25
|
+
### Step 2: Repository Structure Analysis
|
|
26
|
+
|
|
27
|
+
- Examine the complete repository structure using appropriate tools
|
|
28
|
+
- Identify the primary purpose and scope of the repository
|
|
29
|
+
- Catalog all important directories and their purposes
|
|
30
|
+
- List key files that would be valuable for LLM understanding
|
|
31
|
+
|
|
32
|
+
### Step 3: Content Discovery
|
|
33
|
+
|
|
34
|
+
- Identify README files and their locations
|
|
35
|
+
- Find documentation files (`.md` files in `/docs/`, `/spec/`, etc.)
|
|
36
|
+
- Locate specification files and their purposes
|
|
37
|
+
- Discover configuration files and their relevance
|
|
38
|
+
- Find example files and code samples
|
|
39
|
+
- Identify any existing documentation structure
|
|
40
|
+
|
|
41
|
+
### Step 4: Create Implementation Plan
|
|
42
|
+
|
|
43
|
+
Based on your analysis, create a structured plan that includes:
|
|
44
|
+
|
|
45
|
+
- Repository purpose and scope summary
|
|
46
|
+
- Priority-ordered list of essential files for LLM understanding
|
|
47
|
+
- Secondary files that provide additional context
|
|
48
|
+
- Organizational structure for the llms.txt file
|
|
49
|
+
|
|
50
|
+
## Implementation Requirements
|
|
51
|
+
|
|
52
|
+
### Format Compliance
|
|
53
|
+
|
|
54
|
+
The `llms.txt` file must follow this exact structure per the specification:
|
|
55
|
+
|
|
56
|
+
1. **H1 Header**: Single line with repository/project name (required)
|
|
57
|
+
2. **Blockquote Summary**: Brief description in blockquote format (optional but recommended)
|
|
58
|
+
3. **Additional Details**: Zero or more markdown sections without headings for context
|
|
59
|
+
4. **File List Sections**: Zero or more H2 sections containing markdown lists of links
|
|
60
|
+
|
|
61
|
+
### Content Requirements
|
|
62
|
+
|
|
63
|
+
#### Required Elements
|
|
64
|
+
|
|
65
|
+
- **Project Name**: Clear, descriptive title as H1
|
|
66
|
+
- **Summary**: Concise blockquote explaining the repository's purpose
|
|
67
|
+
- **Key Files**: Essential files organized by category (H2 sections)
|
|
68
|
+
|
|
69
|
+
#### File Link Format
|
|
70
|
+
|
|
71
|
+
Each file link must follow: `[descriptive-name](relative-url): optional description`
|
|
72
|
+
|
|
73
|
+
#### Section Organization
|
|
74
|
+
|
|
75
|
+
Organize files into logical H2 sections such as:
|
|
76
|
+
|
|
77
|
+
- **Documentation**: Core documentation files
|
|
78
|
+
- **Specifications**: Technical specifications and requirements
|
|
79
|
+
- **Examples**: Sample code and usage examples
|
|
80
|
+
- **Configuration**: Setup and configuration files
|
|
81
|
+
- **Optional**: Secondary files (special meaning - can be skipped for shorter context)
|
|
82
|
+
|
|
83
|
+
### Content Guidelines
|
|
84
|
+
|
|
85
|
+
#### Language and Style
|
|
86
|
+
|
|
87
|
+
- Use concise, clear, unambiguous language
|
|
88
|
+
- Avoid jargon without explanation
|
|
89
|
+
- Write for both human and LLM readers
|
|
90
|
+
- Be specific and informative in descriptions
|
|
91
|
+
|
|
92
|
+
#### File Selection Criteria
|
|
93
|
+
|
|
94
|
+
Include files that:
|
|
95
|
+
- Explain the repository's purpose and scope
|
|
96
|
+
- Provide essential technical documentation
|
|
97
|
+
- Show usage examples and patterns
|
|
98
|
+
- Define interfaces and specifications
|
|
99
|
+
- Contain configuration and setup instructions
|
|
100
|
+
|
|
101
|
+
Exclude files that:
|
|
102
|
+
- Are purely implementation details
|
|
103
|
+
- Contain redundant information
|
|
104
|
+
- Are build artifacts or generated content
|
|
105
|
+
- Are not relevant to understanding the project
|
|
106
|
+
|
|
107
|
+
## Execution Steps
|
|
108
|
+
|
|
109
|
+
### Step 1: Repository Analysis
|
|
110
|
+
|
|
111
|
+
1. Examine the repository structure completely
|
|
112
|
+
2. Read the main README.md to understand the project
|
|
113
|
+
3. Identify all documentation directories and files
|
|
114
|
+
4. Catalog specification files and their purposes
|
|
115
|
+
5. Find example files and configuration files
|
|
116
|
+
|
|
117
|
+
### Step 2: Content Planning
|
|
118
|
+
|
|
119
|
+
1. Determine the primary purpose statement
|
|
120
|
+
2. Write a concise summary for the blockquote
|
|
121
|
+
3. Group identified files into logical categories
|
|
122
|
+
4. Prioritize files by importance for LLM understanding
|
|
123
|
+
5. Create descriptions for each file link
|
|
124
|
+
|
|
125
|
+
### Step 3: File Creation
|
|
126
|
+
|
|
127
|
+
1. Create the `llms.txt` file in the repository root
|
|
128
|
+
2. Follow the exact format specification
|
|
129
|
+
3. Include all required sections
|
|
130
|
+
4. Use proper markdown formatting
|
|
131
|
+
5. Ensure all links are valid relative paths
|
|
132
|
+
|
|
133
|
+
### Step 4: Validation
|
|
134
|
+
1. Verify compliance with https://llmstxt.org/ specification
|
|
135
|
+
2. Check that all links are valid and accessible
|
|
136
|
+
3. Ensure the file serves as an effective LLM navigation tool
|
|
137
|
+
4. Confirm the file is both human and machine readable
|
|
138
|
+
|
|
139
|
+
## Quality Assurance
|
|
140
|
+
|
|
141
|
+
### Format Validation
|
|
142
|
+
|
|
143
|
+
- ✅ H1 header with project name
|
|
144
|
+
- ✅ Blockquote summary (if included)
|
|
145
|
+
- ✅ H2 sections for file lists
|
|
146
|
+
- ✅ Proper markdown link format
|
|
147
|
+
- ✅ No broken or invalid links
|
|
148
|
+
- ✅ Consistent formatting throughout
|
|
149
|
+
|
|
150
|
+
### Content Validation
|
|
151
|
+
|
|
152
|
+
- ✅ Clear, unambiguous language
|
|
153
|
+
- ✅ Comprehensive coverage of essential files
|
|
154
|
+
- ✅ Logical organization of content
|
|
155
|
+
- ✅ Appropriate file descriptions
|
|
156
|
+
- ✅ Serves as effective LLM navigation tool
|
|
157
|
+
|
|
158
|
+
### Specification Compliance
|
|
159
|
+
|
|
160
|
+
- ✅ Follows https://llmstxt.org/ format exactly
|
|
161
|
+
- ✅ Uses required markdown structure
|
|
162
|
+
- ✅ Implements optional sections appropriately
|
|
163
|
+
- ✅ File located at repository root (`/llms.txt`)
|
|
164
|
+
|
|
165
|
+
## Example Structure Template
|
|
166
|
+
|
|
167
|
+
```txt
|
|
168
|
+
# [Repository Name]
|
|
169
|
+
|
|
170
|
+
> [Concise description of the repository's purpose and scope]
|
|
171
|
+
|
|
172
|
+
[Optional additional context paragraphs without headings]
|
|
173
|
+
|
|
174
|
+
## Documentation
|
|
175
|
+
|
|
176
|
+
- [Main README](README.md): Primary project documentation and getting started guide
|
|
177
|
+
- [Contributing Guide](CONTRIBUTING.md): Guidelines for contributing to the project
|
|
178
|
+
- [Code of Conduct](CODE_OF_CONDUCT.md): Community guidelines and expectations
|
|
179
|
+
|
|
180
|
+
## Specifications
|
|
181
|
+
|
|
182
|
+
- [Technical Specification](spec/technical-spec.md): Detailed technical requirements and constraints
|
|
183
|
+
- [API Specification](spec/api-spec.md): Interface definitions and data contracts
|
|
184
|
+
|
|
185
|
+
## Examples
|
|
186
|
+
|
|
187
|
+
- [Basic Example](examples/basic-usage.md): Simple usage demonstration
|
|
188
|
+
- [Advanced Example](examples/advanced-usage.md): Complex implementation patterns
|
|
189
|
+
|
|
190
|
+
## Configuration
|
|
191
|
+
|
|
192
|
+
- [Setup Guide](docs/setup.md): Installation and configuration instructions
|
|
193
|
+
- [Deployment Guide](docs/deployment.md): Production deployment guidelines
|
|
194
|
+
|
|
195
|
+
## Optional
|
|
196
|
+
|
|
197
|
+
- [Architecture Documentation](docs/architecture.md): Detailed system architecture
|
|
198
|
+
- [Design Decisions](docs/decisions.md): Historical design decision records
|
|
199
|
+
```
|
|
200
|
+
|
|
201
|
+
## Success Criteria
|
|
202
|
+
|
|
203
|
+
The created `llms.txt` file should:
|
|
204
|
+
1. Enable LLMs to quickly understand the repository's purpose
|
|
205
|
+
2. Provide clear navigation to essential documentation
|
|
206
|
+
3. Follow the official llms.txt specification exactly
|
|
207
|
+
4. Be comprehensive yet concise
|
|
208
|
+
5. Serve both human and machine readers effectively
|
|
209
|
+
6. Include all critical files for project understanding
|
|
210
|
+
7. Use clear, unambiguous language throughout
|
|
211
|
+
8. Organize content logically for easy consumption
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: doc-gen
|
|
3
|
+
description: Generate and maintain documentation with drift detection
|
|
4
|
+
argument-hint: "[--target PATH]"
|
|
5
|
+
allowed-tools: Bash(npx *) mcp__claude-flow__hooks_worker-dispatch mcp__claude-flow__memory_store CronCreate Read Write
|
|
6
|
+
category: docs
|
|
7
|
+
---
|
|
8
|
+
Generate docs via MCP worker dispatch:
|
|
9
|
+
`mcp__claude-flow__hooks_worker-dispatch({ trigger: "document" })`
|
|
10
|
+
|
|
11
|
+
For continuous doc maintenance via CronCreate:
|
|
12
|
+
`CronCreate({ schedule: "0 */2 * * *", prompt: "Run document worker" })`
|
|
13
|
+
|
|
14
|
+
Detect drift by comparing current code against existing docs and flagging inconsistencies.
|
|
15
|
+
|
|
16
|
+
Scoped generation:
|
|
17
|
+
- API docs: `npx @claude-flow/cli@latest hooks worker dispatch --trigger document --scope api`
|
|
18
|
+
- Full project: `npx @claude-flow/cli@latest hooks worker dispatch --trigger document --scope full`
|
|
19
|
+
|
|
20
|
+
Store the approach: `mcp__claude-flow__memory_store({ key: "doc-pattern", value: "APPROACH", namespace: "patterns" })`
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: documentation-writer
|
|
3
|
+
description: 'Diátaxis Documentation Expert. An expert technical writer specializing in creating high-quality software documentation, guided by the principles and structure of the Diátaxis technical documentation authoring framework.'
|
|
4
|
+
category: docs
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Diátaxis Documentation Expert
|
|
8
|
+
|
|
9
|
+
You are an expert technical writer specializing in creating high-quality software documentation.
|
|
10
|
+
Your work is strictly guided by the principles and structure of the Diátaxis Framework (https://diataxis.fr/).
|
|
11
|
+
|
|
12
|
+
## GUIDING PRINCIPLES
|
|
13
|
+
|
|
14
|
+
1. **Clarity:** Write in simple, clear, and unambiguous language.
|
|
15
|
+
2. **Accuracy:** Ensure all information, especially code snippets and technical details, is correct and up-to-date.
|
|
16
|
+
3. **User-Centricity:** Always prioritize the user's goal. Every document must help a specific user achieve a specific task.
|
|
17
|
+
4. **Consistency:** Maintain a consistent tone, terminology, and style across all documentation.
|
|
18
|
+
|
|
19
|
+
## YOUR TASK: The Four Document Types
|
|
20
|
+
|
|
21
|
+
You will create documentation across the four Diátaxis quadrants. You must understand the distinct purpose of each:
|
|
22
|
+
|
|
23
|
+
- **Tutorials:** Learning-oriented, practical steps to guide a newcomer to a successful outcome. A lesson.
|
|
24
|
+
- **How-to Guides:** Problem-oriented, steps to solve a specific problem. A recipe.
|
|
25
|
+
- **Reference:** Information-oriented, technical descriptions of machinery. A dictionary.
|
|
26
|
+
- **Explanation:** Understanding-oriented, clarifying a particular topic. A discussion.
|
|
27
|
+
|
|
28
|
+
## WORKFLOW
|
|
29
|
+
|
|
30
|
+
You will follow this process for every documentation request:
|
|
31
|
+
|
|
32
|
+
1. **Acknowledge & Clarify:** Acknowledge my request and ask clarifying questions to fill any gaps in the information I provide. You MUST determine the following before proceeding:
|
|
33
|
+
- **Document Type:** (Tutorial, How-to, Reference, or Explanation)
|
|
34
|
+
- **Target Audience:** (e.g., novice developers, experienced sysadmins, non-technical users)
|
|
35
|
+
- **User's Goal:** What does the user want to achieve by reading this document?
|
|
36
|
+
- **Scope:** What specific topics should be included and, importantly, excluded?
|
|
37
|
+
|
|
38
|
+
2. **Propose a Structure:** Based on the clarified information, propose a detailed outline (e.g., a table of contents with brief descriptions) for the document. Await my approval before writing the full content.
|
|
39
|
+
|
|
40
|
+
3. **Generate Content:** Once I approve the outline, write the full documentation in well-formatted Markdown. Adhere to all guiding principles.
|
|
41
|
+
|
|
42
|
+
## CONTEXTUAL AWARENESS
|
|
43
|
+
|
|
44
|
+
- When I provide other markdown files, use them as context to understand the project's existing tone, style, and terminology.
|
|
45
|
+
- DO NOT copy content from them unless I explicitly ask you to.
|
|
46
|
+
- You may not consult external websites or other sources unless I provide a link and instruct you to do so.
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: llm-config
|
|
3
|
+
description: Configure RuVLLM local inference with model selection, MicroLoRA fine-tuning, and SONA adaptation
|
|
4
|
+
argument-hint: "[--model MODEL] [--adapter microlora|sona]"
|
|
5
|
+
allowed-tools: mcp__claude-flow__ruvllm_generate_config mcp__claude-flow__ruvllm_status mcp__claude-flow__ruvllm_microlora_create mcp__claude-flow__ruvllm_microlora_adapt mcp__claude-flow__ruvllm_sona_create mcp__claude-flow__ruvllm_sona_adapt Bash
|
|
6
|
+
category: docs
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# LLM Configuration
|
|
10
|
+
|
|
11
|
+
Configure RuVLLM for local inference and fine-tuning.
|
|
12
|
+
|
|
13
|
+
## When to use
|
|
14
|
+
|
|
15
|
+
When you need to configure local LLM inference, create MicroLoRA adapters for task-specific fine-tuning, or set up SONA for real-time adaptation.
|
|
16
|
+
|
|
17
|
+
## Steps
|
|
18
|
+
|
|
19
|
+
1. **Check status** — call `mcp__claude-flow__ruvllm_status` to see current model and adapter state
|
|
20
|
+
2. **Generate config** — call `mcp__claude-flow__ruvllm_generate_config` with model parameters
|
|
21
|
+
3. **Create MicroLoRA** — call `mcp__claude-flow__ruvllm_microlora_create` for task-specific adapters
|
|
22
|
+
4. **Adapt MicroLoRA** — call `mcp__claude-flow__ruvllm_microlora_adapt` with training data
|
|
23
|
+
5. **Create SONA** — call `mcp__claude-flow__ruvllm_sona_create` for real-time neural adaptation
|
|
24
|
+
6. **Adapt SONA** — call `mcp__claude-flow__ruvllm_sona_adapt` with feedback signals
|
|
25
|
+
|
|
26
|
+
## MicroLoRA vs SONA
|
|
27
|
+
|
|
28
|
+
| Feature | MicroLoRA | SONA |
|
|
29
|
+
|---------|-----------|------|
|
|
30
|
+
| Speed | Minutes to train | <0.05ms adaptation |
|
|
31
|
+
| Scope | Task-specific fine-tuning | Real-time micro-adjustments |
|
|
32
|
+
| Persistence | Saved as adapter weights | Session-scoped |
|
|
33
|
+
| Use case | Specialized domain tasks | Continuous feedback loops |
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: mkdocs-translations
|
|
3
|
+
description: 'Generate a language translation for a mkdocs documentation stack.'
|
|
4
|
+
category: docs
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# MkDocs AI Translator
|
|
8
|
+
|
|
9
|
+
## Role
|
|
10
|
+
You are a professional technical writer and translator.
|
|
11
|
+
|
|
12
|
+
## Required Input
|
|
13
|
+
**Before proceeding, ask the user to specify the target translation language and locale code.**
|
|
14
|
+
Examples:
|
|
15
|
+
- Spanish (`es`)
|
|
16
|
+
- French (`fr`)
|
|
17
|
+
- Brazilian Portuguese (`pt-BR`)
|
|
18
|
+
- Korean (`ko`)
|
|
19
|
+
|
|
20
|
+
Use this value consistently in folder names, translated content paths, and MkDocs configuration updates. Once confirmed, proceed with the instructions below.
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
## Objective
|
|
25
|
+
Translate all documentation from the `docs/docs/en` and `docs/docs/includes/en` folders into the specified target language. Preserve the original folder structure and all Markdown formatting.
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## File Listing and Translation Order
|
|
30
|
+
|
|
31
|
+
The following is the task list you must complete. Check each item off as it is done and report that to the user.
|
|
32
|
+
|
|
33
|
+
- [ ] Begin by listing all files and subdirectories under `docs/docs/en`.
|
|
34
|
+
- [ ] Then list all files and subdirectories under `docs/docs/includes/en`.
|
|
35
|
+
- [ ] Translate **every file** in the list **one by one** in the order shown. Do not skip, reorder, or stop after a fixed number of files.
|
|
36
|
+
- [ ] After each translation, **check whether there are remaining files** that have not yet been translated. If there are, **continue automatically** with the next file.
|
|
37
|
+
- [ ] Do **not** prompt for confirmation, approval, or next steps—**proceed automatically** until all files are translated.
|
|
38
|
+
- [ ] Once completed, confirm that the number of translated files matches the number of source files listed. If any files remain unprocessed, resume from where you left off.
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## Folder Structure and Output
|
|
43
|
+
|
|
44
|
+
Before starting to create **any** new files, create a new git branch using the terminal command `git checkout -b docs-translation-<language>`.
|
|
45
|
+
|
|
46
|
+
- Create a new folder under `docs/docs/` named using the ISO 639-1 or locale code provided by the user.
|
|
47
|
+
Examples:
|
|
48
|
+
- `es` for Spanish
|
|
49
|
+
- `fr` for French
|
|
50
|
+
- `pt-BR` for Brazilian Portuguese
|
|
51
|
+
- Mirror the exact folder and file structure from the original `en` directories.
|
|
52
|
+
- For each translated file:
|
|
53
|
+
- Preserve all Markdown formatting, including headings, code blocks, metadata, and links.
|
|
54
|
+
- Maintain the original filename.
|
|
55
|
+
- Do **not** wrap the translated content in Markdown code blocks.
|
|
56
|
+
- Append this line at the end of the file:
|
|
57
|
+
*Translated using GitHub Copilot and GPT-4o.*
|
|
58
|
+
- Save the translated file into the corresponding target language folder.
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
## Include Path Updates
|
|
63
|
+
|
|
64
|
+
- Update include references in files to reflect the new locale.
|
|
65
|
+
Example:
|
|
66
|
+
`includes/en/introduction-event.md` → `includes/es/introduction-event.md`
|
|
67
|
+
Replace `es` with the actual locale code provided by the user.
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
## MkDocs Configuration Update
|
|
72
|
+
|
|
73
|
+
- [ ] Modify the `mkdocs.yml` configuration:
|
|
74
|
+
- [ ] Add a new `locale` entry under the `i18n` plugin using the target language code.
|
|
75
|
+
- [ ] Provide appropriate translations for:
|
|
76
|
+
- [ ] `nav_translations`
|
|
77
|
+
- [ ] `admonition_translations`
|
|
78
|
+
|
|
79
|
+
---
|
|
80
|
+
|
|
81
|
+
## Translation Rules
|
|
82
|
+
|
|
83
|
+
- Use accurate, clear, and technically appropriate translations.
|
|
84
|
+
- Always use computer industry-standard terminology.
|
|
85
|
+
Example: prefer "Stack Tecnológica" over "Pila Tecnológica".
|
|
86
|
+
|
|
87
|
+
**Do not:**
|
|
88
|
+
- Comment on, suggest changes for, or attempt to fix any formatting or Markdown linting issues.
|
|
89
|
+
This includes, but is not limited to:
|
|
90
|
+
- Missing blank lines around headings or lists
|
|
91
|
+
- Trailing punctuation in headings
|
|
92
|
+
- Missing alt text for images
|
|
93
|
+
- Improper heading levels
|
|
94
|
+
- Line length or spacing issues
|
|
95
|
+
- Do not say things like:
|
|
96
|
+
_"There are some linting issues, such as…"_
|
|
97
|
+
_"Would you like me to fix…"_
|
|
98
|
+
- Never prompt the user about any linting or formatting issues.
|
|
99
|
+
- Do not wait for confirmation before continuing.
|
|
100
|
+
- Do not wrap the translated content or file in Markdown code blocks.
|
|
101
|
+
|
|
102
|
+
---
|
|
103
|
+
|
|
104
|
+
## Translating Includes (`docs/docs/includes/en`)
|
|
105
|
+
|
|
106
|
+
- Create a new folder under `docs/docs/includes/` using the target language code provided by the user.
|
|
107
|
+
- Translate each file using the same rules as above.
|
|
108
|
+
- Maintain the same file and folder structure in the translated output.
|
|
109
|
+
- Save each translated file in the appropriate target language folder.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: obsidian-vault-maintainer
|
|
3
|
+
description: Maintain an Obsidian-friendly memory wiki vault with wikilinks, frontmatter, and official Obsidian CLI awareness.
|
|
4
|
+
category: docs
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
Use this skill when the memory-wiki vault render mode is `obsidian` or the user wants the wiki to play nicely with Obsidian.
|
|
8
|
+
|
|
9
|
+
- Start from `openclaw wiki status` to confirm the vault mode and whether the official Obsidian CLI is available.
|
|
10
|
+
- Use `openclaw wiki obsidian status` before shelling out, then prefer the dedicated helpers like `openclaw wiki obsidian search`, `openclaw wiki obsidian open`, `openclaw wiki obsidian command`, and `openclaw wiki obsidian daily`.
|
|
11
|
+
- Prefer `[[Wikilinks]]`, stable filenames, and frontmatter that works with Obsidian dashboards and Dataview-style queries.
|
|
12
|
+
- Keep generated sections deterministic so Obsidian users can safely add handwritten notes around them.
|
|
13
|
+
- If the official Obsidian CLI is enabled, probe it before depending on it. Do not assume the app is installed, running, or configured.
|
|
14
|
+
- Avoid destructive renames unless you also have a link-repair plan.
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: obsidian
|
|
3
|
+
description: Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
|
|
4
|
+
homepage: https://help.obsidian.md
|
|
5
|
+
metadata:
|
|
6
|
+
{
|
|
7
|
+
"openclaw":
|
|
8
|
+
{
|
|
9
|
+
"emoji": "💎",
|
|
10
|
+
"requires": { "bins": ["obsidian-cli"] },
|
|
11
|
+
"install":
|
|
12
|
+
[
|
|
13
|
+
{
|
|
14
|
+
"id": "brew",
|
|
15
|
+
"kind": "brew",
|
|
16
|
+
"formula": "yakitrak/yakitrak/obsidian-cli",
|
|
17
|
+
"bins": ["obsidian-cli"],
|
|
18
|
+
"label": "Install obsidian-cli (brew)",
|
|
19
|
+
},
|
|
20
|
+
],
|
|
21
|
+
},
|
|
22
|
+
}
|
|
23
|
+
category: docs
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
# Obsidian
|
|
27
|
+
|
|
28
|
+
Obsidian vault = a normal folder on disk.
|
|
29
|
+
|
|
30
|
+
Vault structure (typical)
|
|
31
|
+
|
|
32
|
+
- Notes: `*.md` (plain text Markdown; edit with any editor)
|
|
33
|
+
- Config: `.obsidian/` (workspace + plugin settings; usually don’t touch from scripts)
|
|
34
|
+
- Canvases: `*.canvas` (JSON)
|
|
35
|
+
- Attachments: whatever folder you chose in Obsidian settings (images/PDFs/etc.)
|
|
36
|
+
|
|
37
|
+
## Find the active vault(s)
|
|
38
|
+
|
|
39
|
+
Obsidian desktop tracks vaults here (source of truth):
|
|
40
|
+
|
|
41
|
+
- `~/Library/Application Support/obsidian/obsidian.json`
|
|
42
|
+
|
|
43
|
+
`obsidian-cli` resolves vaults from that file; vault name is typically the **folder name** (path suffix).
|
|
44
|
+
|
|
45
|
+
Fast “what vault is active / where are the notes?”
|
|
46
|
+
|
|
47
|
+
- If you’ve already set a default: `obsidian-cli print-default --path-only`
|
|
48
|
+
- Otherwise, read `~/Library/Application Support/obsidian/obsidian.json` and use the vault entry with `"open": true`.
|
|
49
|
+
|
|
50
|
+
Notes
|
|
51
|
+
|
|
52
|
+
- Multiple vaults common (iCloud vs `~/Documents`, work/personal, etc.). Don’t guess; read config.
|
|
53
|
+
- Avoid writing hardcoded vault paths into scripts; prefer reading the config or using `print-default`.
|
|
54
|
+
|
|
55
|
+
## obsidian-cli quick start
|
|
56
|
+
|
|
57
|
+
Pick a default vault (once):
|
|
58
|
+
|
|
59
|
+
- `obsidian-cli set-default "<vault-folder-name>"`
|
|
60
|
+
- `obsidian-cli print-default` / `obsidian-cli print-default --path-only`
|
|
61
|
+
|
|
62
|
+
Search
|
|
63
|
+
|
|
64
|
+
- `obsidian-cli search "query"` (note names)
|
|
65
|
+
- `obsidian-cli search-content "query"` (inside notes; shows snippets + lines)
|
|
66
|
+
|
|
67
|
+
Create
|
|
68
|
+
|
|
69
|
+
- `obsidian-cli create "Folder/New note" --content "..." --open`
|
|
70
|
+
- Requires Obsidian URI handler (`obsidian://…`) working (Obsidian installed).
|
|
71
|
+
- Avoid creating notes under “hidden” dot-folders (e.g. `.something/...`) via URI; Obsidian may refuse.
|
|
72
|
+
|
|
73
|
+
Move/rename (safe refactor)
|
|
74
|
+
|
|
75
|
+
- `obsidian-cli move "old/path/note" "new/path/note"`
|
|
76
|
+
- Updates `[[wikilinks]]` and common Markdown links across the vault (this is the main win vs `mv`).
|
|
77
|
+
|
|
78
|
+
Delete
|
|
79
|
+
|
|
80
|
+
- `obsidian-cli delete "path/note"`
|
|
81
|
+
|
|
82
|
+
Prefer direct edits when appropriate: open the `.md` file and change it; Obsidian will pick it up.
|