Commit Graph

1178 Commits

Author SHA1 Message Date
github-actions[bot]
f991f5ca85 chore: sync repo state [ci skip] 2026-03-24 16:16:16 +00:00
Champbreed
19271cdcc5 feat: add aegisops-ai autonomous governance skill (#390) 2026-03-24 17:15:55 +01:00
Bap
2c81c65ea6 upgrade skill-review to skill-review-and-optimize (#393)
* upgrade skill-review to skill-review-and-optimize

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* retrigger CI

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 17:15:45 +01:00
github-actions[bot]
8f5b56ab68 chore: update star history chart 2026-03-24 06:25:30 +00:00
github-actions[bot]
d5e95a3645 chore: sync repo state [ci skip] 2026-03-23 18:14:21 +00:00
sickn33
710df86b66 chore: release v8.7.1 2026-03-23 19:13:30 +01:00
sickn33
747a4eab04 fix(release): Restore web-app install for npm publish
Install apps/web-app dependencies in the publish workflow before the\nfrontend build so CI matches the working Pages pipeline.\n\nHarden the maintainer release suite by adding the same install step\nbefore app:build, and switch the shared app:install helper to npm ci\nfor deterministic installs.\n\nDocument the follow-up patch release in the changelog so 8.7.1 can\npublish the 8.7.x line to npm after the 8.7.0 release failed before\nreaching the registry.
2026-03-23 19:13:30 +01:00
github-actions[bot]
0b14372a4f chore: sync repo state [ci skip] 2026-03-23 18:04:40 +00:00
sickn33
fbfa84a2ea chore: release v8.7.0 2026-03-23 19:03:38 +01:00
github-actions[bot]
ec28fd9299 chore: sync repo state [ci skip] 2026-03-23 18:01:51 +00:00
sickn33
4cf513e1d2 chore: sync maintainer release state
Refresh maintainer-owned artifacts after the PR merge batch, convert the\nJetski loader example to a directly importable Node ESM module, and add\nthe 8.7.0 changelog entry before release preparation.\n\nRefs #382\nRefs #388
2026-03-23 19:01:11 +01:00
sickn33
d1139bc95c feat(jobgpt): Add skill with maintainer fixes
Integrate the JobGPT skill directly on main because the fork does not\nallow maintainer edits and the reviewed content still needed workflow and\nauth guidance fixes before release prep.\n\nRefs #388\nCo-authored-by: Yashveer Rana <captainjackrana@gmail.com>
2026-03-23 18:57:24 +01:00
github-actions[bot]
a0008e959d chore: sync repo state [ci skip] 2026-03-23 17:56:22 +00:00
Terry Spitz
c66ecff720 Add windows-shell-reliability skill (#386)
* Add windows-shell-reliability skill

* Fix validation errors in windows-shell-reliability skill

* fix(windows-shell-reliability): Correct shell guidance

Scope the UTF-8 workaround to older Windows PowerShell behavior,\ninclude stderr in the logging recipe, and replace the foreground\nredirection example with a true detached Start-Process pattern.

---------

Co-authored-by: sickn33 <sickn33@users.noreply.github.com>
2026-03-23 18:56:00 +01:00
uucz
87b136ea2e Add skill: moyu (#384)
* Add skill: moyu anti-overengineering

* fix(moyu): Align metadata for validation

Match the frontmatter name to the skill directory and shorten the\ndescription so the maintainer validation checks can pass on the PR\nbranch without changing the skill body itself.

---------

Co-authored-by: sickn33 <sickn33@users.noreply.github.com>
2026-03-23 18:55:57 +01:00
Champbreed
83e5aaa9bb fix: restore missing cpp-pro reference documentation (Issue #382) (#383)
* fix: restore missing cpp-pro reference documentation (Issue #382)

* docs: restore implementation-playbook with idiomatic C++ patterns

* Update implementation-playbook.md

* Update implementation-playbook.md
2026-03-23 18:55:53 +01:00
github-actions[bot]
4d72ca2278 chore: scheduled repo hygiene sync [ci skip] 2026-03-23 07:32:57 +00:00
github-actions[bot]
1eaa5a14af chore: update star history chart 2026-03-23 06:27:55 +00:00
sickn33
efbd3e7b04 chore: release v8.6.0 2026-03-22 19:23:29 +01:00
github-actions[bot]
136e74bb69 chore: sync repo state [ci skip] 2026-03-22 18:20:24 +00:00
sickn33
5d795cdf84 fix(antigravity): Add overload recovery flow
Add a Unix activation script, Antigravity-specific installer guidance,
and cross-platform recovery documentation so users can reduce the
live skill set when truncation or context overload appears.

Regenerate the canonical bundle/catalog artifacts after merging the
stale goldrush-api removal so main stays release-ready.

Refs #381
2026-03-22 19:19:45 +01:00
github-actions[bot]
7d031f6d3f chore: sync repo state [ci skip] 2026-03-22 18:13:04 +00:00
Jayen
bb45075e97 chore: remove goldrush-api skill (stale hardcoded copy) (#379)
This SKILL.md was a point-in-time copy that cannot auto-update
from the canonical source at github.com/covalenthq/goldrush-agent-skills.

Removing to avoid stale/misleading content. The canonical skills
are maintained at: https://github.com/covalenthq/goldrush-agent-skills

Co-authored-by: Jayen Harrill <jayenharrill@Mac.lan>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 19:12:42 +01:00
Xiansen Chen
9804329926 Add gdb-cli skill - GDB debugging assistant for AI agents (#375)
* Add gdb-cli skill for AI-assisted GDB debugging

A GDB debugging skill designed for AI agents that combines source
code analysis with runtime state inspection. Supports core dump
analysis, live process debugging, crash investigation, and deadlock
analysis.

Features:
- Core dump analysis with millisecond-level response
- Live process attach debugging
- Source code correlation with runtime state
- Multi-threaded debugging support
- Common debugging patterns (null pointer, deadlock, memory corruption)

Repository: https://github.com/Cerdore/gdb-cli

* fix(skill): Reclassify gdb-cli risk label

---------

Co-authored-by: sickn33 <sickn33@users.noreply.github.com>
2026-03-22 19:12:32 +01:00
github-actions[bot]
3ed38aadf4 chore: sync repo state [ci skip] 2026-03-22 10:43:14 +00:00
sickn33
a1e0adbed0 chore(repo): Align web app linting and policy docs
Tighten the web app ESLint scope so TypeScript source is checked
without crawling bundled skill assets, and remove unused markdown and
debounce dependencies.

Clarify the security reporting flow and split code vs content
licensing to reduce ambiguity for users and contributors.
2026-03-22 11:42:46 +01:00
github-actions[bot]
0402758a2f chore: update star history chart 2026-03-22 06:18:47 +00:00
sickn33
9c177eb003 chore: release v8.5.0 2026-03-21 12:03:30 +01:00
sickn33
fb4fc167df docs(changelog): Add 8.5.0 release notes
Document the full maintainer batch since v8.4.0, including the
installer safety fix, the two new bdistill skills, maintainer
automation work, and the README community additions used for the
8.5.0 release.
2026-03-21 12:03:02 +01:00
github-actions[bot]
e295cf7d30 chore: sync repo state [ci skip] 2026-03-21 11:00:03 +00:00
fullstackcrew-alpha
72354b0db6 Add 5 OpenClaw skills by FullStackCrew (#370) 2026-03-21 11:59:46 +01:00
Francy Lisboa
797839cdd4 feat: add bdistill behavioral-xray and knowledge-extraction skills (#366)
* feat: add bdistill behavioral-xray and knowledge-extraction skills

Two MCP-powered skills for AI model analysis:
- behavioral-xray: Self-probe across 6 dimensions with HTML reports
- knowledge-extraction: Domain knowledge extraction via Ollama for LoRA training

Repository: https://github.com/FrancyJGLisboa/bdistill
Install: pip install bdistill

* fix: remove curl|sh install command, update skills for current capabilities

- Removed pipe-to-shell Ollama install (flagged by docs security policy)
- Replaced with link to https://ollama.com
- Updated knowledge-extraction to reflect in-session mode, adversarial
  validation, tabular ML data, and compounding knowledge base
- Updated behavioral-xray with red-team and compliance use cases
- Removed ChatML/fine-tuning language — output is reference data
2026-03-21 11:59:29 +01:00
Champbreed
ba0e7f763c fix(install): implement safety backup during migration to prevent dat… (#368)
* fix(install): implement safety backup during migration to prevent data loss

* fix: safely migrate skills by backing up directory and preserving permissions
2026-03-21 11:58:28 +01:00
sickn33
3efff111d2 fix(security): Harden skill tooling file handling
Guard metadata repair and doc sync scripts against symlink targets so
repo maintenance tasks cannot overwrite arbitrary local files.

Replace recursive skill discovery with an iterative walk that skips
symlinked directories, and harden the VideoDB listener to write only
private regular files in the user-owned state directory.

Also fix the broken pr:preflight script entry and make the last30days
skill stop embedding raw user arguments directly in the shell command.
2026-03-21 11:50:16 +01:00
sickn33
a0e8381775 docs(repo): Clarify install paths and PR guidance (#371)
Co-authored-by: sickn33 <sickn33@users.noreply.github.com>
2026-03-21 11:18:29 +01:00
sickn33
fc5b383f34 feat(repo): Add warning budget and maintainer audit
Freeze the accepted validation warning count at 135 so repo-state and release-state checks fail if the warning baseline grows silently while legacy warnings remain intentionally preserved.

Add a read-only maintainer audit command plus regression tests so maintainers can inspect repo health quickly without mutating files.
2026-03-21 11:08:57 +01:00
sickn33
2463affbac feat(repo): Automate repo hygiene and release sync
Unify main-branch maintenance around repo-state and release-state commands so generated docs, contributor acknowledgements, tracked web assets, and canonical artifacts stay aligned across CI and scheduled hygiene runs.

Harden release publication by reusing deterministic sync commands, adding package dry-run verification, and covering the new workflow contract with regression tests.
2026-03-21 11:02:36 +01:00
sickn33
694721223c feat(repo): Add contributor sync and consistency audits
Add maintainer automation for repo-state hygiene so contributor acknowledgements, count-sensitive docs, and GitHub About metadata stay aligned from the same workflow.

Cover the new scripts with regression tests and wire them into the local test suite to keep future maintenance changes from drifting silently.
2026-03-21 10:48:00 +01:00
sickn33
4a8e52276a feat(repo): Add GitHub About sync command
Expose an explicit sync:github-about workflow that updates the remote GitHub About description, homepage, and topics from the repository metadata source of truth.

Add regression coverage for the generated gh commands and document the new maintainer path in the changelog and walkthrough.
2026-03-21 10:31:07 +01:00
sickn33
37f46505ff fix(readme): Sync star badge and milestone text
Fix the README star badge replacement pattern so encoded badge values update correctly during metadata sync.

Also align the README release summary copy with the computed star milestone to avoid stale stargazer text after sync.
2026-03-21 10:25:34 +01:00
sickn33
c45b51a8c4 chore(repo): Automate docs metadata sync
Extend repository metadata syncing so npm run chain now keeps count-sensitive docs and package copy aligned with the live skills catalog.

Add regression coverage for the curated-doc sync behavior and document the automation in the maintainer walkthrough and changelog.
2026-03-21 10:18:57 +01:00
sickn33
2f2929a0d5 docs(repo): Realign README, docs, and About copy
Align public docs and maintainer guidance with the current 1,304-skill catalog state and v8.4.0 release copy.

Refresh README credits for newly imported external sources, update user-facing count references, and document the post-release docs realignment in the changelog and walkthrough.
2026-03-21 10:11:10 +01:00
sickn33
7cd2e94d41 feat(skills): import external marketing seo and obsidian skills
Import and normalize new skills from anthropics/skills, marketingskills, claude-seo, and obsidian-skills.

Align imported skills to repository validation rules, document provenance, and sync generated registry artifacts after the import.
2026-03-21 10:05:13 +01:00
github-actions[bot]
2c920d44ed chore: update star history chart 2026-03-21 06:14:34 +00:00
sickn33
697275d76c chore: release v8.4.0 2026-03-20 18:15:16 +01:00
sickn33
dc79caed75 docs(release): Add 8.4.0 release notes
Document the 8.4.0 release in CHANGELOG.md so the release workflow can extract and publish the notes for the GitHub release object.
2026-03-20 18:15:16 +01:00
github-actions[bot]
424e7b6d35 chore: sync generated registry files [ci skip] 2026-03-20 17:09:39 +00:00
fullstackcrew-alpha
52e43d65a5 Add privacy-mask skill (#360)
Co-authored-by: 吴浩 <hao.wu77@outlook.com>
2026-03-20 18:09:12 +01:00
Champbreed
8954badfe2 docs(gha-security-review): resolve metadata and refine usage scope per review (#362)
Co-authored-by: sickn33 <sickn33@users.noreply.github.com>
2026-03-20 18:09:05 +01:00
Champbreed
b3881112c9 feat(infra): standardize ESM root and harden security audit pipeline (#363)
* chore: implement ESM standardization and security attestation

Aligning root infrastructure with Node.js v24.14.0 standards.
- Set type: module in package.json to eliminate re-parsing overhead.
- Migrated Jetski Loader tests to .cjs to maintain legacy security audit compatibility.
- Verified path traversal and symlink protections with clean attestation.

* chore(ci): update pr_preflight path to .cjs for ESM compatibility

* feat(infra): surgical ESM modernization for Gemini suite

Resolved Codex P1 by reverting global root ESM shift to preserve installer stability.
- Implemented scoped 'type: module' in /docs/integrations/jetski-gemini-loader/ to eliminate re-parsing overhead.
- Updated test runner (run-test-suite.js) and CI (ci.yml) to track .cjs transitions.
- Verified zero-warning execution in Node v24.14.0.
2026-03-20 18:05:56 +01:00