project-maintenance
Handles dependency and documentation updates to ensure the Farmadil System remains accurate during development.
Install
mkdir -p .claude/skills/project-maintenance && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15018" && unzip -o skill.zip -d .claude/skills/project-maintenance && rm skill.zipInstalls to .claude/skills/project-maintenance
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use when changing the Farmadil System project, especially when adding new libraries, updating requirements.txt, or making major changes that require updating DESCRIPCION_SISTEMA.md.Key capabilities
- →Check for new external dependencies
- →Add new Python libraries to `requirements.txt`
- →Install new libraries in the active virtual environment
- →Update `DESCRIPCION_SISTEMA.md` for major changes
- →Verify application startup or test pass
How it works
This skill outlines a procedure to ensure that new Python libraries are recorded in `requirements.txt` and installed, and that `DESCRIPCION_SISTEMA.md` is updated for significant project changes.
Inputs & outputs
When to use project-maintenance
- →Updating project dependencies
- →Syncing requirements.txt
- →Updating system descriptions
- →Reflecting architectural changes
- →Verifying dependency documentation
About this skill
Project Maintenance
When to Use
- Add or update third-party Python libraries
- Make changes that require updating
requirements.txt - Make important code, architecture, database, or workflow changes
- Keep
DESCRIPCION_SISTEMA.mdaligned with the current system state
Procedure
- Check whether the change introduces any new external dependency.
- If a new library is used, add it to
requirements.txtand install it in the active virtual environment. - If the change is important enough to affect how the system is described, update
DESCRIPCION_SISTEMA.mdin the same change. - Verify the application still starts or the affected tests still pass.
- Confirm that the documentation and dependency files match the implemented change.
Completion Checks
- No new library is used without being recorded in
requirements.txt DESCRIPCION_SISTEMA.mdreflects major functional or architectural changes- The venv and dependency list stay in sync with the codebase
When not to use it
- →When changes do not involve new libraries
- →When changes are minor and do not affect system description
Limitations
- →This skill is for changing the Farmadil System project
- →This skill is for adding new libraries, updating requirements.txt
- →This skill is for making major changes that require updating DESCRIPCION_SISTEMA.md
How it compares
This skill standardizes the maintenance process for the Farmadil System, ensuring dependency files and system documentation remain synchronized with code changes, unlike ad-hoc updates.
Compared to similar skills
project-maintenance side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| project-maintenance (this skill) | 0 | 4mo | No flags | Beginner |
| codex-cli-bridge | 9 | 9mo | Review | Intermediate |
| droidrun-docs | 1 | 2mo | Review | Intermediate |
| mflux-release | 1 | 5mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
codex-cli-bridge
alirezarezvani
Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools
droidrun-docs
droidrun
DroidRun documentation reference. Use when users ask about DroidRun setup, configuration, SDK usage, CLI commands, device setup, agents, architecture, app cards, credentials, tracing, Docker, migration, structured output, or any DroidRun "how do I..." questions.
mflux-release
filipstrand
Prepare a release in mflux (version bump, changelog, uv lock) without tagging/publishing.
code-changelog
bear2u
AI가 만든 모든 코드 변경사항을 reviews 폴더에 기록하고 간단한 HTML 뷰어로 웹 브라우저에서 실시간 확인할 수 있습니다. 매 수정마다 문서가 생성되고 Python 서버로 즉시 확인 가능합니다.
skills
emergencescience
Instructions for AI coding agents (Claude Code, Hermes, Cursor, etc.) contributing to this project.
new-example
cgfixit
Create a complete deployable domain example under examples/ from TEMPLATE.md, with README sync, license classification, and preflight validation.