core-life-ops

Orchestrate Linear workflows for daily planning, task triage, and reporting.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/synapz-org/core-life-ops --skill core-life-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: core-life-ops
Source: https://github.com/synapz-org/core-life-ops/tree/main/.
Command: npx skills add https://github.com/synapz-org/core-life-ops --skill core-life-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires linear-workflow-manager, and includes references (resource) components.

What problem does it solve?

This foundational Skill provides domain-agnostic productivity workflows, eliminating the need to re-implement common operational logic across different life domains. It centralizes daily planning, task triage, and reporting, allowing other skills to focus on context-specific automation rather than core mechanics.

Core Features & Use Cases

  • Daily Planning Workflow: Queries Linear for tasks, analyzes priorities, and generates time-boxed schedules.
  • Task Triage Workflow: Fetches untriaged items from Linear, categorizes them, suggests routing, and updates Linear.
  • Productivity Reporting Workflow: Aggregates completed tasks, calculates velocity metrics, identifies trends, and generates formatted reports.
  • Linear Integration: Provides robust integration patterns for Linear GraphQL queries, simplifying data interaction.
  • Use Case: A "Personal Life Ops" skill could import this to manage personal tasks, while a "Marketing Ops" skill could leverage it for project management, both benefiting from the same underlying, configurable operational logic.

Quick Start

This skill is a foundational component and not intended for direct invocation. To utilize its capabilities, import its workflows into a domain-specific skill. For example, to integrate the daily planning workflow, an importing skill would include: Import and execute core daily planning workflow Source: ~/.claude/skills/core-life-ops/workflows/daily-planning.md Config: LINEAR_TEAM_NAME="${YOUR_TEAM_NAME}"

Frequently Asked Questions about core-life-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate daily task planning and scheduling with Linear?

Daily planning automation fetches your Linear tasks, analyzes priorities, and generates time-boxed schedules. Configure LINEAR_TEAM_NAME and REPO_PATH, then import the daily-planning workflow to query tasks, categorize by priority and project, and receive structured daily plans ready for execution.

Can I use Linear integration to automate task triage and routing?

Task triage automation fetches untriaged Linear items, categorizes them by context, suggests routing destinations, and updates Linear with assignments. The workflow handles prioritization logic and cross-domain routing, eliminating manual sorting across projects.

What's the best way to generate productivity reports from task data?

Productivity reporting aggregates completed tasks, calculates velocity metrics, identifies trends, and generates formatted reports. The workflow processes Linear data to extract completion patterns and performance insights without manual report assembly.

How do I import core operational workflows into a domain-specific skill?

Import core-life-ops workflows by referencing the importable skill in your domain-specific skill definition. Source daily-planning, task-triage, or reporting workflows from ~/.claude/skills/core-life-ops/workflows/, configure required environment variables, and execute to inherit operational logic.

Does this skill work with custom team configurations and project structures?

The skill supports configurable inputs including LINEAR_TEAM_NAME, LINEAR_TEAM_ID, and REPO_PATH to adapt to your team structure. Time-boxed scheduling and categorization logic adjust to your project layout and priority scheme without modification.

What dependencies do I need to set up before using this workflow automation?

The linear-workflow-manager dependency is required for GraphQL queries and Linear API interaction. Configure API key authentication and specify your Linear team details; the skill then orchestrates task fetching, analysis, and scheduling across your workflows.