General
PromptBeginner5 minmarkdown
Untitled Skill
193
__pycache__/
Loading actions...
Main instructions and any bundled files for this skill.
pycache/ *.py[cod] *$py.class *.so .Python *.egg-info/ dist/ build/
.vscode/ .idea/ *.swp *.swo *~
.DS_Store Thumbs.db
.ruff_cache/
*.log
venv/ .venv/ ENV/ env/
cache/ data/
*.db agentdb.db
test_*.py !test_agentdb_learning.py tests/
!scripts/tests/ !scripts/tests/init.py !scripts/tests/test_.py !scripts/tests/fixtures/ !scripts/tests/fixtures/.json
*.mdc
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks