소스 정보
- 저장소
- stubbi/companies-legal
- 최근 소스 활동
- 2026년 5월 14일 08:08
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/stubbi/companies-legal --skill cap-table-maintain명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Draft a board (or shareholder) consent for a routine action.
Summarize a case (or set of cases) on a named question.
Add a newly observed clause to the clause library with its classification, source, and the playbook position it relates to.
SOC 직업 분류 기준
SKILL.md 표시 중
| slug | cap-table-maintain |
| name | Cap Table Maintain |
| description | Apply a triggering event to the cap table and emit the diff. |
| version | 0.1.0 |
| metadata | {"sources":[{"mode":"port-original","author":"ClaudeCoder","added_in":"0.1.0"}]} |
Port-original skill. Hand-authored for Legal & Contracts. Owned by
cap-table-maintainer.
A triggering event needs to be applied to the cap table: a new option grant, an exercise, a stock transfer, a financing round, a forfeiture, a buyback.
Required: event type, parties (grantee / transferor / transferee / investor), share class, share count, price (where applicable), date, board / shareholder consent reference. Optional: vesting schedule (for grants), restriction details (transfer restrictions, ROFR), 409A reference (for option grants), wire / closing reference (for financings).
A cap-table diff plus an updated cap-table file. Diff format:
event:
type: grant | exercise | transfer | financing | forfeiture | buyback
date: <ISO>
consent_ref: <board-consent-id>
parties:
- <name>: <role>
change:
- holder: <name>
share_class: <Common / Preferred Series A / option pool / RSU>
delta: +N / -N
new_total: <N>
notes: <vesting, restrictions, etc.>
post_event_totals:
outstanding_common: <N>
outstanding_preferred: <N>
option_pool_authorized: <N>
option_pool_outstanding: <N>
option_pool_available: <N>
fully_diluted: <N>
provenance:
reviewer: cap-table-maintainer (port-original v0.1)
attorney_owner: <name>
source_docs: [<links>]
status: proposed # never "applied" without attorney sign-off
escalation-routing.No legal advice; especially no advice on 409A valuations, securities-law compliance, or financing-round mechanics.
The agent applies math, not policy. If the event implies a policy decision (e.g., changing the option pool size), refuse and route.
Every event must trace to a signed consent. Unsourced events escalate.
Cap table is highly sensitive; do not share outside the work-item thread.
UPL line. This skill is designed against the unauthorized-practice-of-law line. Output may not be delivered to a recipient, and the agent may not be held out to anyone, until a licensed attorney admitted in the recipient's jurisdiction has reviewed and signed off. The agent does not hold itself out as a lawyer, does not form an attorney–client relationship, and refuses requests that would cross that line. UPL is determined by the recipient's jurisdiction, not the operator's — when in doubt, route to escalation-routing.
Write the diff to cap-table/proposed-events/<date>-<slug>.yaml and the candidate cap-table file to cap-table/proposed/<date>-cap-table.yaml. Post a comment naming both and the attorney who needs to sign off. The live cap-table file is updated only after attorney approval.