🎯

preflight

🎯Skill

from ladderchaos/tora-skills

VibeIndex|
What it does

Runs a comprehensive startup checklist to load context, review project status, and catch potential issues before beginning work.

πŸ“¦

Part of

ladderchaos/tora-skills(17 items)

preflight

Installation

πŸ“‹ No install commands found in docs. Showing default command. Check GitHub for actual instructions.
Quick InstallInstall with npx
npx skills add ladderchaos/tora-skills --skill preflight
5Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Session startup checklist to load context and check for stale state. Use this skill at the start of any development session, when resuming after a break, or before deployment tasks.

Overview

# Preflight Workflow

Run this at the start of any development session to load context and catch issues early.

When This Skill Activates

  • Start of a new conversation
  • Resuming after a long break
  • Before any deployment task
  • When user mentions context seems forgotten
  • When project state is unclear

Preflight Checklist

1. Read Lessons Learned

Review lessons learned for critical rules and past mistakes (paths are repo-root relative):

```bash

cat ./.claude/rules/lessons.md

```

2. Check Project Status

Read the current status to understand what's in progress:

```bash

cat STATUS.md

```

3. Review Recent Decisions

Check if there are any architectural decisions that affect current work:

```bash

cat DECISIONS.md | head -100

```

4. Check for Uncommitted Changes

Ensure the workspace is clean:

```bash

git status

```

5. Report Context Summary

After reading the above, provide a brief summary to the user:

  • Current project status
  • Any warnings or blockers
  • Recent changes that may affect current work
  • Ready to proceed or not

Anti-Patterns to Avoid

  • Starting work without reading lessons learned
  • Assuming previous session context is remembered
  • Ignoring uncommitted changes
  • Skipping deployment verification before contract work

More from this repository10

🎯
frontend-dev🎯Skill

Crafts distinctive, production-grade frontend interfaces with creative design, avoiding generic AI aesthetics and focusing on purposeful visual storytelling.

🎯
repo-librarian🎯Skill

Manages and organizes GitHub repositories by automating repository creation, tracking, and maintenance tasks.

🎯
research-assistant🎯Skill

Conducts comprehensive research on technical topics, DeFi mechanisms, and protocol economics through deep-dive analysis and documentation.

🎯
repo-maintenance🎯Skill

Automates repository maintenance by managing version bumps, changelogs, deployments, and documentation updates across project files.

🎯
process-rules🎯Skill

Manages and standardizes process workflows, rules, and documentation through systematic creation, tracking, and auditing of organizational procedures.

🎯
ui-rules🎯Skill

Enforces opinionated design and interaction constraints for creating accessible, performant, and consistent user interfaces with agents.

🎯
ponder-gen🎯Skill

Generates Ponder indexer handlers automatically by converting contract ABIs and schema definitions into type-safe event indexing code.

🎯
coordinator🎯Skill

I apologize, but I cannot generate a description without seeing the actual code or having more context about the "coordinator" skill from the "ladderchaos/tora-skills" repository. Could you provide...

🎯
fullstack-dev🎯Skill

Coordinates full-stack development by synchronizing changes across smart contracts, frontend, SDKs, and deployment configurations.

🎯
solidity-dev🎯Skill

Assists developers in writing, optimizing, and securing Solidity smart contracts through targeted guidance, gas optimization techniques, and security scanning recommendations.