Back to list
motlin

llm-context

by motlin

A Claude Code skill for tracking and completing tasks from a markdown task list

2🍴 3📅 Jan 24, 2026

SKILL.md


name: llm-context description: Guidelines for working with LLM context stored in the .llm/ directory.

LLM Context Guidelines

Extra context for LLMs may be stored in the .llm/ directory at the root of a git repository.

Directory Structure

  • If .llm/ exists, it will be at the root directory of the git repository
  • The .llm/ should not be tracked in version control
  • If .llm/ appears to contain untracked content, ensure that it appears in .git/info/exclude

Editable Context

  • If .llm/todo.md exists, it is the task list we are working on
  • The @markdown-tasks:tasks skill will handle task completion
  • As we work on an implementation, plans will change
    • Feel free to edit the task list to keep it relevant and in sync with our plans

Read-only Context

  • Everything else in the .llm/ directory is read-only context for your reference
  • It may contain entire git clones for tools we use
  • It may contain saved documentation

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon