generative-computing
- 15 skills
- 0 followers
- 10 hours ago last updated
- ▌ Skill Author · generative-computing bundleDraft, validate, and install new agent skills. Use when asked to create a new skill, automate a workflow, or add a capability. Produces cross-compatible SKILL.md files that work in both Claude Code and IBM Bob.
- ▌ Audit Markers · generative-computingAudit and fix pytest markers on test files and examples. Classifies tests as unit/integration/e2e/qualitative using general heuristics and project-specific marker rules. Estimates GPU VRAM and RAM requirements by tracing model identifiers and looking up parameter counts. Use when: writing a new test and unsure which markers to apply; reviewing or auditing existing test markers; a test is unexpectedly skipped or not collected; a test is consuming too much GPU/RAM and you want to check its resource gates; checking marker correctness before committing; or any question about why a test does or doesn't run in a given configuration.
- ▌ Mellea Logging · generative-computingBest-practices guide for adding or reviewing logging in the Mellea codebase. Covers when to use log_context() vs a dedicated logger call, canonical field names, reserved attribute constraints, async/thread safety, and what events deserve dedicated log lines. Use when: adding a new log call; reviewing a PR that touches MelleaLogger; deciding where to inject context fields; debugging why a field is missing from a log record; or ensuring consistency with the project logging conventions.
- ▌
- ▌ Clawdefender · generative-computing bundleSecurity scanner and input sanitizer for AI agents. Detects prompt injection, command injection, SSRF, credential exfiltration, and path traversal attacks. Use when (1) installing new skills from ClawHub, (2) processing external input like emails, calendar events, Trello cards, or API responses, (3) validating URLs before fetching, (4) running security audits on your workspace. Protects agents from malicious content in untrusted data sources.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Mellea Fy Generate · generative-computing bundleMelleafy Steps 3 + 5: Skeleton Emission and Body Generation
- ▌
- ▌
- ▌ Mellea Fy Inventory · generative-computing bundleMelleafy Steps 1a + 1b: File Inventory and Element Tagging
- ▌