General
PromptBeginner5 minmarkdown
| Hook | `use*`
`export function use*()` | rn-hook |
0
Explore
113,947 skills indexed with the new KISS metadata standard.
`export function use*()` | rn-hook |
`StyleSheet.create` | rn-component |
`NavigationContainer` | rn-navigation |
`components/`
`export function *Screen` | rn-screen |
`app/`
`static/` (if web)
`ios/` directories
scripts)
`pytest`
`app/`
`migrations/`
CI
Django migrations
`conftest.py` | pytest-fixture |
`def test_*():`
SQLAlchemy
`typer.Typer` | cli-command |
`class *Service` | service-layer |
`Column(`
`op.create_table` | alembic-migration |
`class *Repository` | data-repository |
`Blueprint` | flask-route |
`Field(`