Contributors banner
OthmanAdi OthmanAdi

Contributors

Development community intermediate

Description

Thank you to everyone who has contributed to making `planning-with-files` better!

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for OthmanAdi/planning-with-files, shared by 2 entries in this directory. It describes the repository, not this entry specifically.

Contributors

Thank you to everyone who has contributed to making `planning-with-files` better!

Project Author

Code Contributors

These amazing people have contributed code, documentation, or significant improvements to the project:

Major Contributions

  • **[@kaichen](https://github.com/kaichen)** - [PR #9](https://github.com/OthmanAdi/planning-with-files/pull/9)

    • Converted the repository to Claude Code plugin structure
    • Enabled marketplace installation
    • Followed official plugin standards
    • Impact: Made the skill accessible to the masses
  • **[@fuahyo](https://github.com/fuahyo)** - [PR #12](https://github.com/OthmanAdi/planning-with-files/pull/12)

    • Added "Build a todo app" walkthrough with 4 phases
    • Created inline comments for templates (WHAT/WHY/WHEN/EXAMPLE)
    • Developed Quick Start guide with ASCII reference tables
    • Created workflow diagram showing task lifecycle
    • Impact: Dramatically improved beginner onboarding
  • **[@lasmarois](https://github.com/lasmarois)** - [PR #33](https://github.com/OthmanAdi/planning-with-files/pull/33)

    • Created session recovery feature for context preservation after /clear
    • Built session-catchup.py script to analyze previous session JSONL files
    • Enhanced PreToolUse hook to include Read/Glob/Grep operations
    • Restructured SKILL.md for better session recovery workflow
    • Impact: Solves context loss problem, enables seamless work resumption
  • **[@aimasteracc](https://github.com/aimasteracc)** - [PR #30](https://github.com/OthmanAdi/planning-with-files/pull/30)

    • Added Kilocode IDE support and documentation
    • Created PowerShell scripts for Windows compatibility
    • Added .kilocode/rules/ configuration
    • Updated documentation for multi-IDE support
    • Impact: Windows compatibility and IDE ecosystem expansion
  • **[@SaladDay](https://github.com/SaladDay)** - [PR #57](https://github.com/OthmanAdi/planning-with-files/pull/57)

    • Fixed Stop hook POSIX sh compatibility for Debian/Ubuntu
    • Replaced bashisms ([[, &>) with POSIX constructs
    • Added shell-agnostic Windows detection using uname -s
    • Impact: Fixes hook failures on systems using dash as /bin/sh
  • **[@murphyXu](https://github.com/murphyXu)** - [PR #56](https://github.com/OthmanAdi/planning-with-files/pull/56)

    • Added Continue IDE integration (VS Code / JetBrains)
    • Created .continue/skills/ and .continue/prompts/ structure
    • Added Chinese language slash command prompt
    • Created docs/continue.md installation guide
    • Impact: Expands IDE support to Continue.dev ecosystem
  • **[@ZWkang](https://github.com/ZWkang)** - [PR #60](https://github.com/OthmanAdi/planning-with-files/pull/60)

    • Added CodeBuddy IDE integration (Tencent Cloud AI coding assistant)
    • Created .codebuddy/skills/ folder with full skill structure
    • Added templates, scripts, and referen