skills/delaware-franchise-tax/SKILL.md
File your Delaware annual franchise tax and annual report. Guides you through tax calculation (Authorized Shares and Assumed Par Value Capital methods), the eCorp portal filing process, and payment. For Delaware C-Corps (March 1 deadline) and LLCs/LPs/GPs (June 1 deadline). Use when user says "Delaware franchise tax," "annual report Delaware," "file franchise tax," or "eCorp portal."
npx skillsauth add open-agreements/open-agreements delaware-franchise-taxInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
File your Delaware annual franchise tax and annual report.
Interactivity note: Always ask the user for missing inputs. If your agent has an
AskUserQuestiontool (Claude Code, Cursor, etc.), prefer it — structured questions are easier for users to answer. Otherwise, ask in natural language.
Ask the user for the following (use AskUserQuestion if available):
All entity types:
For C-Corps, also ask:
Officers and directors (C-Corps):
Flat $300 annual tax. No calculation needed. Skip to Phase 3.
Always calculate both methods and recommend the lower one. Show all intermediate values so the user can verify.
Shares <= 5,000: $175 (minimum)
5,001 - 10,000: $250
Each additional 10,000: +$85
Maximum: $200,000
Example: 10,000,000 authorized shares
Almost always cheaper for startups. Requires a gross assets figure.
Step 1: Assumed Par = Total Gross Assets / Total Issued Shares
Step 2: For each class of shares where assumed par >= stated par:
use assumed par x number of authorized shares in that class
Step 3: For each class of shares where assumed par < stated par:
use stated par x number of authorized shares in that class
Step 4: Sum all classes = Assumed Par Value Capital (APVC)
Step 5: Tax = (APVC rounded up to next $1,000,000 / $1,000,000) x $400
Step 6: Minimum tax: $400
Step 7: Maximum tax: $200,000
Example: 10,000,000 authorized shares at $0.00001 par, 1,000,000 issued, $50,000 gross assets
Total due = franchise tax + filing fee
Present both calculations to the user:
Method 1 (Authorized Shares): $XX,XXX
Method 2 (Assumed Par Value): $XXX
Recommended method: Method 2
Filing fee: $50
Total due: $XXX + $50 = $XXX
The agent can automate the portal using Playwright if Chrome is running with remote debugging enabled. Otherwise, guide the user step-by-step.
If the user says "use playwright", "use the browser" or requests similar automation:
reference/ecorp-portal-playwright-notes.md for commands)reference/ecorp-portal-playwright-notes.md for:
el.value = not Playwright .fill())value="NY" not label="New York")chkCertify before continuingonclick="downloadConfirmation();return false;") to save receipt PDFEmail.aspx, enter email address)srNo=XXXXXThe downloaded confirmation PDF is the filing record — no need to create a separate one.
The portal downloads the receipt as Ecorp_Confirmation_<ServiceRequestNumber>.pdf to the default Downloads folder. Move it to a durable location:
~/Documents/Tax/Delaware/<EntityName>/ on local disk# Example
mkdir -p ~/Documents/Tax/Delaware/My-Corp-Name
mv ~/Downloads/Ecorp_Confirmation_*.pdf ~/Documents/Tax/Delaware/My-Corp-Name/
Ask the user where they keep tax records and move the file there.
Remind the user to set an annual reminder for approximately 2 weeks before the deadline:
Scheduling options:
/schedule for recurring tasks~~calendar MCP is available, create the reminder directlyFor detailed calculation formulas and official guidance, see the reference/ directory:
reference/tax-calculation.md — full formulas for both methods with examplesreference/filing-instructions.md — fees, payment methods, deadlinesreference/faq.md — frequently asked questionsreference/ecorp-portal-playwright-notes.md — field selectors, gotchas, and automation tips for the eCorp portalOfficial source: https://corp.delaware.gov/paytaxes/ Help line: 302-739-3073, Option 3
For optional MCP connector setup (calendar, cloud storage), see CONNECTORS.md.
testing
Explain U.S. state-by-state consumer data-privacy law (CCPA/CPRA, TDPSA, VCDPA, CPA, and the other comprehensive state acts) — who a law covers, applicability thresholds, privacy-policy requirements, consumer rights and opt-outs, private rights of action, and who enforces. Reads a bundled, source-cited snapshot per state. Use when the user says "CCPA," "CPRA," "state privacy law," "privacy policy," "data subject request," "consumer rights request," "opt-out of sale," "data broker," "sensitive data," asks "do I need to comply with <state>'s privacy law," or names a U.S. state together with privacy.
development
Explain U.S. state-by-state (and select international) non-compete and restrictive-covenant law — whether a non-compete is enforceable, blue-pencil reformation, tolling, choice of law, independent-contractor reach, and recent bans. Reads a bundled, source-cited snapshot per jurisdiction. Use when the user says "non-compete," "noncompete contract," "restrictive covenant," "non-solicit," "garden leave," "covenant not to compete," "employment agreement," asks "is my non-compete enforceable," or names a U.S. state.
development
Convert plain markdown contract drafts into OpenAgreements' canonical template.md authoring format — YAML frontmatter, Kind|Label|Value|Show When cover-term tables, oa:clause directives, [[Defined Term]] paragraphs, and oa:signer directives that compile to validated JSON specs and DOCX artifacts. Use when the user says "convert this to canonical markdown," "author a new OpenAgreements template," "migrate template to template.md," or "write a canonical-form contract."
testing
Draft and fill NVCA model documents — stock purchase agreement, certificate of incorporation, investors rights agreement, voting agreement, ROFR, co-sale, indemnification, management rights letter. Series A and venture financing templates. Produces signable DOCX files. Use when user says "Series A documents," "NVCA," "stock purchase agreement," "investors rights agreement," "voting agreement," or "venture financing docs."