3clyp50
a03f7b9c53
Merge PR 861 skills
2026-02-02 10:52:46 +01:00
frdel
4932e12546
WebSocket merge
2026-02-01 16:07:45 +01:00
TerminallyLazy
672a749610
feat: add comprehensive SKILL.md skills and remove legacy instruments
...
## Skills Added
- brainstorming: Structured requirements exploration before implementation
- debugging: Systematic debugging methodology
- tdd: Test-driven development workflow
- code_review: Comprehensive code review checklist
- git_workflow: Git branching and collaboration best practices
- api_development: RESTful and GraphQL API design
- docker_devops: Container and CI/CD best practices
- database_design: Schema design and query optimization
- prompt_engineering: LLM prompt crafting best practices
- security_audit: OWASP-based security review
- create_skill: Wizard for creating new skills easily
## Changes
- Removed legacy instruments directory completely
- Updated README, docs, and knowledge files to reference skills
- Added skills_cli.py for easy skill management
- All skills follow open SKILL.md standard (Anthropic)
- Compatible with Claude Code, Cursor, Goose, Codex CLI, Copilot
## Usage
- Skills auto-load into memory via vector database
- Use `python -m python.helpers.skills_cli` for management
- Create custom skills in skills/custom/
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 08:06:52 -05:00
frdel
8f311033f0
.md update
2025-08-18 09:24:36 +02:00
frdel
c177937f3b
dev setup, guides, docs
2025-07-29 17:13:54 +02:00
Rafael Uzarowski
69c268fe72
feat: Backup and Restore first version
2025-06-20 15:09:48 +02:00
Alessandro
b2f49511ad
docs: update for v.0.8 ( #262 )
...
* docs: update for v.0.8
- fix: imgs in setup guide
- updated docs in knowledge dir
- new video in main readme
* Update installation.md with Ollama guide
To be improved asap
* ollama guide
* improving readme and stt/tts
2024-12-15 18:05:55 +01:00
Alessandro
c47ef6762c
Update usage.md
2024-10-15 17:19:38 +02:00
Alessandro
24542faf67
img fix + knowledge_tool
...
- A knowledge_tool in-depth explanation was missing from docs/architecture.md#tools
- Other fixes
2024-10-15 16:13:13 +02:00
Alessandro
7466b82a18
more flags!
2024-10-15 14:58:35 +02:00
Alessandro
31a3f6753f
Added GFM flags for TIPS, WARNINGS, etc
...
Plus I'm confident about main README.md
2024-10-15 14:55:07 +02:00
Alessandro
274982df92
Docs 1.1
...
- Added Tools in architecture page
- Typos, structure/section placement errors
- Consistency!
2024-10-15 13:01:30 +02:00
Alessandro
36d5e5fc8d
broken img fix
2024-10-12 01:03:18 +02:00
Alessandro
57abc9b813
Usage updates
...
- Added guide for running code_exec_tool thru SSH (freaky but very requested)
- Elaborating more on hosting, VPN, cloud services
2024-10-12 01:00:29 +02:00
Alessandro
840438c84d
Documentation and updated README.md for v0.7
...
• First solid docs version (.md only)
• Your installation guide is fully incorporated in docs/installation.md
• Updated readme.md file for v0.7
• Changelog
2024-10-11 23:12:05 +02:00