# Qiuqiu Helper

> SKILL.md - Qiuqiu Helper

- Skill: `demerzels-lab/qiuqiu-helper` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add demerzels-lab/qiuqiu-helper`
- Raw SKILL.md: https://api.skillmd.com/api/skills/demerzels-lab/qiuqiu-helper/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Demerzels-lab (https://skillmd.com/u/demerzels-lab)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/demerzels-lab/qiuqiu-helper

---

# SKILL.md - Qiuqiu Helper

This is a multi-purpose helper skill for Jesse, designed to automate common workspace tasks.

## Tools

### workspace_summary
- Description: Generates a brief summary of recent changes and current status of the workspace.
- Usage: Just call it to get a pragmatic overview.

### quick_note
- Description: Appends a quick timestamped note to a specified file in the memory folder.
- Parameters:
  - content: The text to save.
  - file: (Optional) Target filename, defaults to today's date.

### clean_logs
- Description: Deletes log files older than a specified number of days to save space.
- Parameters:
  - days: (Optional) Retention period in days, defaults to 7.
  - path: (Optional) Directory to clean, defaults to current logs directory.

