core-life-ops

Core productivity workflows (daily planning, task triage, reporting) that work across any life domain. Not intended for direct use - imported by context-specific skills like covenant-marketing-ops or personal-life-ops.

16 stars

Best use case

core-life-ops is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Core productivity workflows (daily planning, task triage, reporting) that work across any life domain. Not intended for direct use - imported by context-specific skills like covenant-marketing-ops or personal-life-ops.

Teams using core-life-ops 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/core-life-ops/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/development/core-life-ops/SKILL.md"

Manual Installation

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

How core-life-ops Compares

Feature / Agentcore-life-opsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Core productivity workflows (daily planning, task triage, reporting) that work across any life domain. Not intended for direct use - imported by context-specific skills like covenant-marketing-ops or personal-life-ops.

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.

Related Guides

SKILL.md Source

# Core Life Operations

## Overview

This skill provides domain-agnostic productivity workflows that can be imported and configured by context-specific skills. It handles Linear integration, agent coordination, and common productivity patterns.

**Not user-facing:** This skill is imported by other skills, not invoked directly.

## Configuration Interface

Importing skills must provide these configuration values:

```bash
# Required
LINEAR_TEAM_NAME="Team Name"          # or LINEAR_TEAM_ID
REPO_PATH="/path/to/narrative/repo"   # Documentation repository

# Optional
LABEL_PREFIX=""                       # Prefix for custom labels
WORKFLOW_CUSTOMIZATIONS=""            # JSON override config
```

## Available Workflows

### Daily Planning Workflow

**Import:** `workflows/daily-planning.md`

**What it does:**
- Queries Linear for today's tasks (filtered by configured team)
- Analyzes deadlines and priorities
- Generates time-boxed schedule
- Returns structured plan to calling skill

**Usage from importing skill:**
```markdown
[Import and execute core daily planning workflow]

Source: ~/.claude/skills/core-life-ops/workflows/daily-planning.md
Config: LINEAR_TEAM_NAME="${YOUR_TEAM_NAME}"
```

### Task Triage Workflow

**Import:** `workflows/task-triage.md`

**What it does:**
- Fetches untriaged items from Linear team
- Categorizes by type, priority, project
- Suggests routing and labels
- Updates Linear with approved changes

**Usage from importing skill:**
```markdown
[Import and execute core task triage workflow]

Source: ~/.claude/skills/core-life-ops/workflows/task-triage.md
Config: LINEAR_TEAM_NAME="${YOUR_TEAM_NAME}"
```

### Productivity Reporting Workflow

**Import:** `workflows/reporting.md`

**What it does:**
- Aggregates completed tasks by time period
- Calculates velocity metrics
- Identifies trends and bottlenecks
- Generates formatted report

**Usage from importing skill:**
```markdown
[Import and execute core reporting workflow]

Source: ~/.claude/skills/core-life-ops/workflows/reporting.md
Config: LINEAR_TEAM_NAME="${YOUR_TEAM_NAME}"
```

## Linear Integration

This skill reuses `linear-workflow-manager` for all Linear GraphQL queries.

**Required:**
- linear-workflow-manager skill installed at `~/.claude/skills/linear-workflow-manager`
- LINEAR_API_KEY configured in `~/.claude/.env`

**Query Helper:**
```bash
~/.claude/skills/linear-workflow-manager/scripts/linear.sh query queries/planning/my-priorities.json
```

See `references/linear-integration.md` for detailed query patterns.

## Agent Coordination Patterns

See `references/agent-patterns.md` for reusable patterns for:
- Launching planning agents
- Coordinating multi-stage workflows
- Parallel vs sequential agent execution

Related Skills

core-platform-notion-reviewer

16
from diegosouzapw/awesome-omni-skill

Core Platform Team의 Notion 문서를 문서 타입(테크스펙/시스템설계/시스템소개/액션아이템/아이디어)과 17개 품질 기준에 따라 리뷰하고 개선안을 제안합니다. Notion MCP를 통해 문서 읽기/수정/검색을 수행합니다. 사용자가 Notion 문서 리뷰, 문서 품질 검사, Notion 페이지 개선 요청을 할 때 사용하세요.

core-development

16
from diegosouzapw/awesome-omni-skill

Master core development paths - Frontend, Backend, Full Stack, DevOps. Atomic skill for learning sequences and technology stack recommendations.

convex-core

16
from diegosouzapw/awesome-omni-skill

Core Convex development guidelines - functions, validators, schema, queries, mutations, and database patterns

aspnet-core-advanced

16
from diegosouzapw/awesome-omni-skill

Master advanced ASP.NET Core development including Entity Framework Core, authentication, testing, and enterprise patterns for production applications.

applesauce-core

16
from diegosouzapw/awesome-omni-skill

This skill should be used when working with applesauce-core library for Nostr client development, including event stores, queries, observables, and client utilities. Provides comprehensive knowledge of applesauce patterns for building reactive Nostr applications.

app-lifecycle

16
from diegosouzapw/awesome-omni-skill

Expert lifecycle decisions for iOS/tvOS: when SwiftUI lifecycle vs SceneDelegate, background task strategies, state restoration trade-offs, and launch optimization. Use when managing app state transitions, handling background work, or debugging lifecycle issues. Trigger keywords: lifecycle, scenePhase, SceneDelegate, AppDelegate, background task, state restoration, launch time, didFinishLaunching, applicationWillTerminate, sceneDidBecomeActive

api-lifecycle

16
from diegosouzapw/awesome-omni-skill

Provides API design and lifecycle management guidance including versioning, deprecation, rate limiting, and documentation standards. Triggers on api design, rest api, graphql, api versioning, deprecation, breaking changes, rate limiting, api lifecycle, api documentation, openapi.

android-engineering-core

16
from diegosouzapw/awesome-omni-skill

This skill is used to implement Android features within the existing Kotlin, Compose, Room, Hilt and Navigation architecture, including data, navigation and background work.

android-dev-core

16
from diegosouzapw/awesome-omni-skill

Android 功能开发核心规则。包含项目架构、MVI模式、Base类、Adapter、网络请求等基础规范。开发任何 Android 功能时都应加载此 skill。

aeo-scorecard

16
from diegosouzapw/awesome-omni-skill

Measurement framework for Answer Engine Optimization (AEO). Provides AI visibility metrics, share of voice tracking, citation monitoring, and referral demand measurement. Use when discussing AEO/GEO metrics or AI visibility performance.

dotnet-ui-testing-core

16
from diegosouzapw/awesome-omni-skill

Tests UI across frameworks. Page objects, test selectors, async waits, accessibility.

core-components

16
from diegosouzapw/awesome-omni-skill

Core component library and design system patterns. Use when building UI, using design tokens, or working with the component library.