employment-contract-templates

Templates and patterns for creating legally sound employment documentation including contracts, offer letters, and HR policies.

5 stars

Best use case

employment-contract-templates is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Templates and patterns for creating legally sound employment documentation including contracts, offer letters, and HR policies.

Teams using employment-contract-templates should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/employment-contract-templates/SKILL.md --create-dirs "https://raw.githubusercontent.com/FrancoStino/opencode-skills-collection/main/bundled-skills/employment-contract-templates/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/employment-contract-templates/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How employment-contract-templates Compares

Feature / Agentemployment-contract-templatesStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Templates and patterns for creating legally sound employment documentation including contracts, offer letters, and HR policies.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Employment Contract Templates

Templates and patterns for creating legally sound employment documentation including contracts, offer letters, and HR policies.

## Use this skill when

- Drafting employment contracts
- Creating offer letters
- Writing employee handbooks
- Developing HR policies
- Standardizing employment documentation
- Preparing onboarding documentation

## Do not use this skill when

- You need jurisdiction-specific legal advice
- The task requires licensed counsel review
- The request is unrelated to employment documentation

## Instructions

- Confirm jurisdiction, employment type, and required clauses.
- Choose a document template and tailor role-specific terms.
- Validate compensation, benefits, and compliance requirements.
- Add signature, confidentiality, and IP assignment terms as needed.
- If detailed templates are required, open `resources/implementation-playbook.md`.

## Safety

- These templates are not legal advice; consult qualified counsel before use.

## Resources

- `resources/implementation-playbook.md` for detailed templates and checklists.

## Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

Related Skills

odoo-qweb-templates

5
from FrancoStino/opencode-skills-collection

Expert in Odoo QWeb templating for PDF reports, email templates, and website pages. Covers t-if, t-foreach, t-field, and report actions.

incident-runbook-templates

5
from FrancoStino/opencode-skills-collection

Production-ready templates for incident response runbooks covering detection, triage, mitigation, resolution, and communication.

github-actions-templates

5
from FrancoStino/opencode-skills-collection

Production-ready GitHub Actions workflow patterns for testing, building, and deploying applications.

fastapi-templates

5
from FrancoStino/opencode-skills-collection

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

documentation-templates

5
from FrancoStino/opencode-skills-collection

Documentation templates and structure guidelines. README, API docs, code comments, and AI-friendly documentation.

defi-protocol-templates

5
from FrancoStino/opencode-skills-collection

Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and lending systems. Use when building decentralized finance applications or smart contract protocols.

atlas-contract

5
from FrancoStino/opencode-skills-collection

Goal-integrity skill. Use for backend/API/persistence, preserve/do-not-change, tests/validation, mocks, rework, multi-part requests. Emits Goal Contracts, Deviation Notices, Phase Checks, Final Audits. Skip for Q&A or trivial edits.

templates

5
from FrancoStino/opencode-skills-collection

Project scaffolding templates for new applications. Use when creating new projects from scratch. Contains 12 templates for various tech stacks.

zustand-store-ts

5
from FrancoStino/opencode-skills-collection

Create Zustand stores following established patterns with proper TypeScript types and middleware.

zoom-automation

5
from FrancoStino/opencode-skills-collection

Automate Zoom meeting creation, management, recordings, webinars, and participant tracking via Rube MCP (Composio). Always search tools first for current schemas.

zoho-crm-automation

5
from FrancoStino/opencode-skills-collection

Automate Zoho CRM tasks via Rube MCP (Composio): create/update records, search contacts, manage leads, and convert leads. Always search tools first for current schemas.

zod-validation-expert

5
from FrancoStino/opencode-skills-collection

Expert in Zod — TypeScript-first schema validation. Covers parsing, custom errors, refinements, type inference, and integration with React Hook Form, Next.js, and tRPC.