General
PromptBeginner5 minmarkdown
`screens/`
`components/`
0
Explore
76,947 skills indexed with the new KISS metadata standard.
`components/`
`app/`
scripts)
`ios/` directories
`migrations/`
`static/` (if web)
`app/`
CI
`pytest`
Django migrations
SQLAlchemy
`conftest.py` | pytest-fixture |
`typer.Typer` | cli-command |
`def test_*():`
`class *Repository` | data-repository |
`class *Service` | service-layer |
`op.create_table` | alembic-migration |
`Field(`
`Column(`
`Blueprint` | flask-route |
`class Meta:` | django-model |
`ModelSerializer` | drf-serializer |
`APIView`
`def get_*():` | fastapi-dependency |