@softspark/ai-toolkit 4.19.0 → 4.20.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/CHANGELOG.md +97 -0
- package/LICENSE +201 -21
- package/NOTICE +55 -0
- package/README.md +23 -13
- package/app/.claude-plugin/plugin.json +2 -2
- package/app/hooks/_hook-io.sh +4 -0
- package/app/hooks/_locate-toolkit.sh +4 -0
- package/app/hooks/_profile-check.sh +4 -0
- package/app/hooks/_search-capability.sh +4 -0
- package/app/hooks/_session-paths.sh +4 -0
- package/app/hooks/ai-toolkit-statusline.sh +4 -0
- package/app/hooks/commit-quality.sh +4 -0
- package/app/hooks/config-desync-guard.sh +4 -0
- package/app/hooks/governance-capture.sh +4 -0
- package/app/hooks/guard-config.sh +4 -0
- package/app/hooks/guard-destructive.sh +4 -0
- package/app/hooks/guard-path.sh +4 -0
- package/app/hooks/instructions-audit.sh +4 -0
- package/app/hooks/loop-guard.sh +4 -0
- package/app/hooks/mcp-health.sh +4 -0
- package/app/hooks/notify-waiting.sh +4 -0
- package/app/hooks/post-tool-use.sh +4 -0
- package/app/hooks/pre-compact-save.sh +4 -0
- package/app/hooks/pre-compact.sh +4 -0
- package/app/hooks/quality-check.sh +4 -0
- package/app/hooks/quality-gate.sh +4 -0
- package/app/hooks/revert-guard.sh +4 -0
- package/app/hooks/save-session.sh +4 -0
- package/app/hooks/search-tracker.sh +4 -0
- package/app/hooks/session-end.sh +4 -0
- package/app/hooks/session-start.sh +4 -0
- package/app/hooks/stop-search-check.sh +4 -0
- package/app/hooks/subagent-start.sh +4 -0
- package/app/hooks/subagent-stop.sh +4 -0
- package/app/hooks/test-cohesion.sh +4 -0
- package/app/hooks/track-usage.sh +4 -0
- package/app/hooks/user-prompt-submit.sh +4 -0
- package/app/plugins/README.md +15 -15
- package/app/plugins/enterprise-pack/hooks/output-style.sh +4 -0
- package/app/plugins/enterprise-pack/hooks/status-line.sh +4 -0
- package/app/plugins/memory-pack/hooks/observation-capture.sh +4 -0
- package/app/plugins/memory-pack/hooks/session-summary.sh +4 -0
- package/app/plugins/memory-pack/scripts/init_db.py +4 -0
- package/app/plugins/memory-pack/scripts/strip_private.py +4 -0
- package/app/skills/_lib/__init__.py +4 -0
- package/app/skills/_lib/detect_utils.py +4 -0
- package/app/skills/a11y-validate/scripts/a11y-scanner.py +4 -0
- package/app/skills/analyze/scripts/complexity.py +4 -0
- package/app/skills/brand-voice/scripts/measure.py +4 -0
- package/app/skills/build/scripts/detect-build.py +4 -0
- package/app/skills/ci/scripts/ci-detect.py +4 -0
- package/app/skills/commit/scripts/pre-commit-check.py +4 -0
- package/app/skills/cve-scan/scripts/cve_scan.py +4 -0
- package/app/skills/debug/scripts/error-parser.py +4 -0
- package/app/skills/deploy/scripts/pre_deploy_check.py +4 -0
- package/app/skills/docs/scripts/doc-inventory.py +4 -0
- package/app/skills/explain/scripts/dependency-graph.py +4 -0
- package/app/skills/explore/scripts/visualize.py +4 -0
- package/app/skills/fix/scripts/error-classifier.py +4 -0
- package/app/skills/health/scripts/health_check.py +4 -0
- package/app/skills/hipaa-validate/scripts/hipaa_scan.py +4 -0
- package/app/skills/lint/scripts/detect-linters.py +4 -0
- package/app/skills/migrate/scripts/migration-status.py +4 -0
- package/app/skills/plugin-creator/SKILL.md +18 -8
- package/app/skills/pr/scripts/pr-summary.py +4 -0
- package/app/skills/refactor/scripts/refactor-scan.py +4 -0
- package/app/skills/review/scripts/diff-analyzer.py +4 -0
- package/app/skills/rollback/scripts/rollback_info.py +4 -0
- package/app/skills/seo-validate/scripts/seo-scanner.py +4 -0
- package/app/skills/skill-creator/templates/reasoning-engine/search.py +4 -0
- package/app/skills/test/scripts/detect-runner.py +4 -0
- package/app/skills/write-a-prd/scripts/poll.js +4 -0
- package/benchmarks/ecosystem-doctor-snapshot.json +3 -3
- package/benchmarks/run.py +4 -0
- package/bin/ai-toolkit.js +4 -0
- package/kb/{planning/drop-cascade-hooks-after-sunset.md → history/completed/drop-cascade-hooks-after-sunset-20260710.md} +24 -0
- package/kb/{reference/language-packs.md → history/completed/language-packs-removed-20260727.md} +32 -7
- package/kb/{planning/mcp-context-trim-v4-prd.md → history/completed/mcp-context-trim-v4-prd-obsoleted-20260727.md} +43 -9
- package/kb/history/completed/no-op-plugin-packs-removed-20260727.md +127 -0
- package/kb/history/completed/tool-output-token-reduction-closed-20260727.md +190 -0
- package/kb/procedures/release-preparation-sop.md +83 -5
- package/kb/reference/comparison.md +1 -1
- package/kb/reference/enterprise-config-guide.md +1 -1
- package/kb/reference/licensing.md +148 -0
- package/kb/reference/plugin-pack-conventions.md +24 -16
- package/llms-full.txt +1181 -529
- package/llms.txt +6 -3
- package/manifest.json +1 -1
- package/package.json +3 -2
- package/scripts/_common.py +4 -0
- package/scripts/add_rule.py +4 -0
- package/scripts/audit_skills.py +4 -0
- package/scripts/benchmark_config.py +4 -0
- package/scripts/benchmark_ecosystem.py +4 -0
- package/scripts/check_deps.py +4 -0
- package/scripts/claude_app.py +4 -0
- package/scripts/codex_skill_adapter.py +4 -0
- package/scripts/compile_slm.py +4 -0
- package/scripts/config_cli.py +4 -0
- package/scripts/config_lock.py +4 -0
- package/scripts/config_merger.py +4 -0
- package/scripts/config_resolver.py +4 -0
- package/scripts/config_scaffold.py +5 -1
- package/scripts/config_validator.py +4 -0
- package/scripts/create_skill.py +4 -0
- package/scripts/dir_rules_shared.py +4 -0
- package/scripts/doctor.py +4 -0
- package/scripts/ecosystem_doctor.py +4 -0
- package/scripts/eject.py +4 -0
- package/scripts/emission.py +4 -0
- package/scripts/evaluate_skills.py +4 -0
- package/scripts/frontmatter.py +4 -0
- package/scripts/generate_agents_md.py +4 -0
- package/scripts/generate_aider_conf.py +4 -0
- package/scripts/generate_antigravity.py +4 -0
- package/scripts/generate_augment.py +4 -0
- package/scripts/generate_augment_agents.py +4 -0
- package/scripts/generate_augment_commands.py +4 -0
- package/scripts/generate_augment_hooks.py +4 -0
- package/scripts/generate_augment_rules.py +4 -0
- package/scripts/generate_augment_skills.py +4 -0
- package/scripts/generate_cline.py +4 -0
- package/scripts/generate_cline_rules.py +4 -0
- package/scripts/generate_cline_skills.py +4 -0
- package/scripts/generate_codex.py +4 -0
- package/scripts/generate_codex_agents.py +4 -0
- package/scripts/generate_codex_hooks.py +4 -0
- package/scripts/generate_codex_skills.py +4 -0
- package/scripts/generate_conventions.py +4 -0
- package/scripts/generate_copilot.py +4 -0
- package/scripts/generate_copilot_hooks.py +4 -0
- package/scripts/generate_cursor_agents.py +4 -0
- package/scripts/generate_cursor_hooks.py +4 -0
- package/scripts/generate_cursor_mdc.py +4 -0
- package/scripts/generate_cursor_rules.py +4 -0
- package/scripts/generate_cursor_skills.py +4 -0
- package/scripts/generate_devin_hooks.py +4 -0
- package/scripts/generate_gemini.py +4 -0
- package/scripts/generate_gemini_commands.py +4 -0
- package/scripts/generate_gemini_hooks.py +4 -0
- package/scripts/generate_gemini_skills.py +4 -0
- package/scripts/generate_language_rules_skills.py +4 -0
- package/scripts/generate_llms_txt.py +4 -0
- package/scripts/generate_opencode.py +4 -0
- package/scripts/generate_opencode_agents.py +4 -0
- package/scripts/generate_opencode_commands.py +4 -0
- package/scripts/generate_opencode_json.py +4 -0
- package/scripts/generate_opencode_plugin.py +4 -0
- package/scripts/generate_roo_modes.py +4 -0
- package/scripts/generate_roo_rules.py +4 -0
- package/scripts/generate_windsurf.py +4 -0
- package/scripts/generate_windsurf_rules.py +4 -0
- package/scripts/generate_windsurf_skills.py +4 -0
- package/scripts/generator_base.py +4 -0
- package/scripts/harvest_ecosystem.py +4 -0
- package/scripts/hook_sources.py +4 -0
- package/scripts/inject_hook_cli.py +4 -0
- package/scripts/inject_mcp_cli.py +4 -0
- package/scripts/inject_rule_cli.py +4 -0
- package/scripts/inject_section_cli.py +4 -0
- package/scripts/injection.py +4 -0
- package/scripts/install.py +4 -0
- package/scripts/install_git_hooks.py +4 -0
- package/scripts/install_steps/__init__.py +4 -0
- package/scripts/install_steps/ai_tools.py +4 -0
- package/scripts/install_steps/detect_language.py +4 -0
- package/scripts/install_steps/hooks.py +4 -0
- package/scripts/install_steps/install_state.py +4 -0
- package/scripts/install_steps/markers.py +4 -0
- package/scripts/install_steps/project_registry.py +4 -0
- package/scripts/install_steps/symlinks.py +4 -0
- package/scripts/instruction_core.py +4 -0
- package/scripts/mcp_editors.py +4 -0
- package/scripts/mcp_manager.py +4 -0
- package/scripts/mcp_sources.py +4 -0
- package/scripts/merge-hooks.py +4 -0
- package/scripts/migrate.py +4 -0
- package/scripts/output_filter_retirement.py +4 -0
- package/scripts/pack_codebase.py +4 -0
- package/scripts/paths.py +4 -0
- package/scripts/plugin.py +4 -0
- package/scripts/plugin_schema.py +4 -0
- package/scripts/projects_cli.py +4 -0
- package/scripts/propagate_global.py +4 -0
- package/scripts/remove_rule.py +4 -0
- package/scripts/rule_sources.py +4 -0
- package/scripts/secure_fs.py +4 -0
- package/scripts/session_state.py +4 -0
- package/scripts/session_token_stats.py +4 -0
- package/scripts/skill_pointer.py +4 -0
- package/scripts/stats.py +4 -0
- package/scripts/sync.py +4 -0
- package/scripts/test_cohesion.py +4 -0
- package/scripts/uninstall.py +4 -0
- package/scripts/update_projects.py +4 -0
- package/scripts/url_fetch.py +4 -0
- package/scripts/validate.py +4 -0
- package/scripts/version_check.py +4 -0
- package/app/plugins/csharp-pack/README.md +0 -11
- package/app/plugins/csharp-pack/plugin.json +0 -18
- package/app/plugins/frontend-pack/README.md +0 -14
- package/app/plugins/frontend-pack/plugin.json +0 -22
- package/app/plugins/java-pack/README.md +0 -11
- package/app/plugins/java-pack/plugin.json +0 -18
- package/app/plugins/kotlin-pack/README.md +0 -11
- package/app/plugins/kotlin-pack/plugin.json +0 -18
- package/app/plugins/research-pack/README.md +0 -14
- package/app/plugins/research-pack/plugin.json +0 -22
- package/app/plugins/ruby-pack/README.md +0 -11
- package/app/plugins/ruby-pack/plugin.json +0 -18
- package/app/plugins/rust-pack/README.md +0 -11
- package/app/plugins/rust-pack/plugin.json +0 -18
- package/app/plugins/security-pack/README.md +0 -15
- package/app/plugins/security-pack/plugin.json +0 -23
- package/app/plugins/swift-pack/README.md +0 -11
- package/app/plugins/swift-pack/plugin.json +0 -18
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# kotlin-pack
|
|
2
|
-
|
|
3
|
-
Curated Kotlin development patterns pack.
|
|
4
|
-
|
|
5
|
-
## Includes
|
|
6
|
-
- Skills: `kotlin-patterns`
|
|
7
|
-
|
|
8
|
-
## Use When
|
|
9
|
-
- writing Kotlin code and need idiomatic patterns (coroutines, sealed classes, DSLs),
|
|
10
|
-
- setting up new Kotlin projects with Gradle KTS,
|
|
11
|
-
- reviewing Kotlin code for null safety and concurrency best practices.
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "kotlin-pack",
|
|
3
|
-
"description": "Domain plugin pack for Kotlin development patterns and idiomatic conventions.",
|
|
4
|
-
"version": "1.0.0",
|
|
5
|
-
"domain": "kotlin",
|
|
6
|
-
"type": "plugin-pack",
|
|
7
|
-
"status": "experimental",
|
|
8
|
-
"requires": {
|
|
9
|
-
"ai-toolkit": ">=1.0.0",
|
|
10
|
-
"claude-code": ">=1.0.33"
|
|
11
|
-
},
|
|
12
|
-
"includes": {
|
|
13
|
-
"agents": [],
|
|
14
|
-
"skills": ["kotlin-patterns"],
|
|
15
|
-
"rules": [],
|
|
16
|
-
"hooks": []
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
# research-pack
|
|
2
|
-
|
|
3
|
-
Curated research and synthesis pack.
|
|
4
|
-
|
|
5
|
-
## Includes
|
|
6
|
-
- Agents: `technical-researcher`, `fact-checker`, `search-specialist`
|
|
7
|
-
- Skills: `/search`, `/docs`, `research-mastery`, `plan-writing`
|
|
8
|
-
- Hooks: `user-prompt-submit.sh`
|
|
9
|
-
|
|
10
|
-
## Use When
|
|
11
|
-
- validating claims before implementation,
|
|
12
|
-
- benchmarking external ecosystems,
|
|
13
|
-
- writing architecture notes, audits, and synthesis reports.
|
|
14
|
-
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "research-pack",
|
|
3
|
-
"description": "Domain plugin pack for research, synthesis, source validation, and benchmark-backed discovery.",
|
|
4
|
-
"version": "1.0.0",
|
|
5
|
-
"domain": "research",
|
|
6
|
-
"type": "plugin-pack",
|
|
7
|
-
"status": "experimental",
|
|
8
|
-
"requires": {
|
|
9
|
-
"ai-toolkit": ">=1.0.0",
|
|
10
|
-
"claude-code": ">=1.0.33"
|
|
11
|
-
},
|
|
12
|
-
"includes": {
|
|
13
|
-
"agents": ["technical-researcher", "fact-checker", "search-specialist"],
|
|
14
|
-
"skills": ["docs", "research-mastery", "plan"],
|
|
15
|
-
"rules": [],
|
|
16
|
-
"hooks": ["user-prompt-submit.sh"]
|
|
17
|
-
},
|
|
18
|
-
"hook_events": {
|
|
19
|
-
"user-prompt-submit.sh": "UserPromptSubmit"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# ruby-pack
|
|
2
|
-
|
|
3
|
-
Curated Ruby development patterns pack.
|
|
4
|
-
|
|
5
|
-
## Includes
|
|
6
|
-
- Skills: `ruby-patterns`
|
|
7
|
-
|
|
8
|
-
## Use When
|
|
9
|
-
- writing Ruby code and need idiomatic patterns (blocks, modules, metaprogramming),
|
|
10
|
-
- setting up new Rails or Sinatra projects,
|
|
11
|
-
- reviewing Ruby code for RSpec, ActiveRecord, and performance best practices.
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "ruby-pack",
|
|
3
|
-
"description": "Domain plugin pack for Ruby development patterns and Rails conventions.",
|
|
4
|
-
"version": "1.0.0",
|
|
5
|
-
"domain": "ruby",
|
|
6
|
-
"type": "plugin-pack",
|
|
7
|
-
"status": "experimental",
|
|
8
|
-
"requires": {
|
|
9
|
-
"ai-toolkit": ">=1.0.0",
|
|
10
|
-
"claude-code": ">=1.0.33"
|
|
11
|
-
},
|
|
12
|
-
"includes": {
|
|
13
|
-
"agents": [],
|
|
14
|
-
"skills": ["ruby-patterns"],
|
|
15
|
-
"rules": [],
|
|
16
|
-
"hooks": []
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# rust-pack
|
|
2
|
-
|
|
3
|
-
Curated Rust development patterns pack.
|
|
4
|
-
|
|
5
|
-
## Includes
|
|
6
|
-
- Skills: `rust-patterns`
|
|
7
|
-
|
|
8
|
-
## Use When
|
|
9
|
-
- writing Rust code and need idiomatic patterns,
|
|
10
|
-
- setting up new Rust projects with Cargo,
|
|
11
|
-
- reviewing Rust code for ownership, borrowing, and lifetime best practices.
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "rust-pack",
|
|
3
|
-
"description": "Domain plugin pack for Rust development patterns and idiomatic conventions.",
|
|
4
|
-
"version": "1.0.0",
|
|
5
|
-
"domain": "rust",
|
|
6
|
-
"type": "plugin-pack",
|
|
7
|
-
"status": "experimental",
|
|
8
|
-
"requires": {
|
|
9
|
-
"ai-toolkit": ">=1.0.0",
|
|
10
|
-
"claude-code": ">=1.0.33"
|
|
11
|
-
},
|
|
12
|
-
"includes": {
|
|
13
|
-
"agents": [],
|
|
14
|
-
"skills": ["rust-patterns"],
|
|
15
|
-
"rules": [],
|
|
16
|
-
"hooks": []
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# security-pack
|
|
2
|
-
|
|
3
|
-
Curated security-focused plugin pack.
|
|
4
|
-
|
|
5
|
-
## Includes
|
|
6
|
-
- Agents: `security-auditor`, `security-architect`, `code-reviewer`
|
|
7
|
-
- Skills: `/review`, `security-patterns`, `/panic`
|
|
8
|
-
- Rules: `quality-gates`
|
|
9
|
-
- Hooks: `guard-destructive.sh`, `guard-path.sh`, `quality-gate.sh`
|
|
10
|
-
|
|
11
|
-
## Use When
|
|
12
|
-
- running security audits,
|
|
13
|
-
- reviewing authentication / authorization changes,
|
|
14
|
-
- hardening deployments and operational workflows.
|
|
15
|
-
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "security-pack",
|
|
3
|
-
"description": "Domain plugin pack for secure coding, architecture review, and hardening workflows.",
|
|
4
|
-
"version": "1.0.0",
|
|
5
|
-
"domain": "security",
|
|
6
|
-
"type": "plugin-pack",
|
|
7
|
-
"status": "experimental",
|
|
8
|
-
"requires": {
|
|
9
|
-
"ai-toolkit": ">=1.0.0",
|
|
10
|
-
"claude-code": ">=1.0.33"
|
|
11
|
-
},
|
|
12
|
-
"includes": {
|
|
13
|
-
"agents": ["security-auditor", "security-architect", "code-reviewer"],
|
|
14
|
-
"skills": ["review", "security-patterns", "panic"],
|
|
15
|
-
"rules": ["quality-gates"],
|
|
16
|
-
"hooks": ["guard-destructive.sh", "quality-gate.sh"]
|
|
17
|
-
},
|
|
18
|
-
"hook_events": {
|
|
19
|
-
"guard-destructive.sh": "PreToolUse",
|
|
20
|
-
"quality-gate.sh": "TaskCompleted"
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# swift-pack
|
|
2
|
-
|
|
3
|
-
Curated Swift and iOS development patterns pack.
|
|
4
|
-
|
|
5
|
-
## Includes
|
|
6
|
-
- Skills: `swift-patterns`
|
|
7
|
-
|
|
8
|
-
## Use When
|
|
9
|
-
- writing Swift code and need idiomatic patterns (protocol-oriented, optionals, concurrency),
|
|
10
|
-
- setting up new Swift Package Manager or Xcode projects,
|
|
11
|
-
- reviewing Swift code for SwiftUI, async/await, and actor isolation best practices.
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "swift-pack",
|
|
3
|
-
"description": "Domain plugin pack for Swift and iOS development patterns.",
|
|
4
|
-
"version": "1.0.0",
|
|
5
|
-
"domain": "swift",
|
|
6
|
-
"type": "plugin-pack",
|
|
7
|
-
"status": "experimental",
|
|
8
|
-
"requires": {
|
|
9
|
-
"ai-toolkit": ">=1.0.0",
|
|
10
|
-
"claude-code": ">=1.0.33"
|
|
11
|
-
},
|
|
12
|
-
"includes": {
|
|
13
|
-
"agents": [],
|
|
14
|
-
"skills": ["swift-patterns"],
|
|
15
|
-
"rules": [],
|
|
16
|
-
"hooks": []
|
|
17
|
-
}
|
|
18
|
-
}
|