General Counsel Advisor
General-counsel-style advisory: contract review, risk flagging, and compliance framing with consistent structure.
Before & after
Same prompt, same agent — the only difference is the skill.
Open-source decisions always involve trade-offs. It depends on a few things: How mature is the library? How active is the maintainer? Does it have tests? What's the license—is it GPL or something more permissive? And how critical is it to your app—would it be easy to swap out later if issues come up? If you tell me the library name and your use case, I can help you think through the risks.
LIBRARY ASSESSMENT: express-redis-cache RISK SCORECARD (1-10 scale, 10=high risk) Maintenance risk: 7 (no commits in 12 months) License risk: 2 (MIT, permissive) Security risk: 4 (1 known CVE from 2022, patched) API stability risk: 3 (v1.x, mature, unlikely breaking changes) Bundlesizing risk: 1 (15kb gzipped, lightweight) OVERALL RECOMMENDATION Caution: Medium risk for production Better alternative exists: ioredis (actively maintained, same API, safer) KEY FINDINGS ✓ 2.4k stars (moderate popularity) ✓ 89% test coverage ✗ 12 months since last commit (maintainer may have moved on) ✗ 47 open issues, 8 pull requests pending (backlog growing) ✓ MIT license (reuse-friendly) ✗ 1 known CVE (qs injection, 2022-11, patched in v2.1.1) IF YOU PROCEED Pin version (2.1.1) in package-lock.json Test CVE scenario (qs injection) in your integration Monitor GitHub for new CVE disclosures monthly Plan swap to ioredis within 18 months (migration path pre-built) IF YOU WANT SAFER Switch to ioredis (v5.0, actively maintained, 8 commits this month) Same Redis API, battle-tested, 12.9k stars vs 2.4k ACTION Decision: ioredis (safer long-term) Task: Swap import, run test suite (15 min)
About this skill
name: skills-general-counsel-advisor description: Use when Structured Claude skill that gives Claude a repeatable workflow for skills general counsel advisor.
Skills General Counsel Advisor
One of 337+ skills in the original author's multi-agent claude-skills mega-collection (~19k GitHub stars). Packages the Skills General Counsel Advisor workflow with its own instructions and validation so outputs stay consistent.
What you get
- Public GitHub repo (alirezarezvani/claude-skills)
- the skills-general-counsel-advisor skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.
Customize your output
- Fork the repo and adapt the skill's instructions and references to your workflow.
Example output
Activates automatically when your request matches Skills General Counsel Advisor; chains with the other skills, agents, and commands in the collection.
Best for
Creators, builders, and teams using Claude Code.
SKILL.md preview
---
name: skills-general-counsel-advisor
description: Use this skill to run a repeatable workflow for general-counsel-style legal advisory tasks within the skills framework.
version: 1.0.0
category: AI Agents / Development
author: AgentVolt
license: proprietary
tags:
- ai-agents
- development
---
# Skills General Counsel Advisor
Applies a consistent advisory workflow for general-counsel-type questions — contract review, risk flagging, compliance framing — so responses stay structured rather than ad hoc.
## When to use
… (sign up to view the full skill)More ai & agents skills
View all AI & Agents skills →Skill Status Report
Scan every skill in a project and report which pass validation, which are stale, and which lack required metadata.
Skills Scaffolder
Scaffold a new skills directory — folder structure, metadata, a baseline validation pass — with the right conventions from day one.
Research Bundle
Run a multi-step research task as one pipeline: gather sources, extract findings, validate consistency, emit one structured bundle.
Workspace Admin
Administer a Cowork or Claude workspace — settings, access, configuration — with every change scoped and verified.