Explore

Find agent skills by outcome

81,812 skills indexed with the new KISS metadata standard.

Showing 24 of 81,812Categories: Research & Learning, General, Creative, Data, Coding & Debugging
General
PromptBeginner5 minmarkdown

Romantic Rainy Scene Video

They are standing under the rain, looking at each other romantically. Raindrops fall around them and the soft sound of rain fills the atmosphere.

0
General
PromptBeginner5 minmarkdown

- `Makefile`

README/docs

0
General
PromptBeginner5 minmarkdown

- Common: `cargo build`

`cargo test`

0
General
PromptBeginner5 minmarkdown

| Integration Test | `tests/`

`#[tokio::test]` | integration-test |

0
General
PromptBeginner5 minmarkdown

| Unit Test | `#[cfg(test)]`

`#[test]` | rust-test |

0
General
PromptBeginner5 minmarkdown

| Trait | `pub trait *`

`impl * for` | rust-trait |

0
General
PromptBeginner5 minmarkdown

| CLI | `clap`

`#[derive(Parser)]` | cli-app |

0
General
PromptBeginner5 minmarkdown

| Error Type | `thiserror`

`anyhow`

0
General
PromptBeginner5 minmarkdown

| SeaORM | `sea_orm::`

`Entity`

0
General
PromptBeginner5 minmarkdown

| Diesel Model | `diesel::`

`Queryable`

0
Data
PromptBeginner5 minmarkdown

| SQLx | `sqlx::`

`FromRow`

0
General
PromptBeginner5 minmarkdown

| Rocket Route | `rocket::`

`#[get]`

0
General
PromptBeginner5 minmarkdown

| Service | `impl *Service`

`pub struct *Service` | rust-service |

0
General
PromptBeginner5 minmarkdown

| Repository | `*Repository`

`trait *Repository` | rust-repository |

0
General
PromptBeginner5 minmarkdown

| Actix Route | `actix_web::`

`#[get]`

0
General
PromptBeginner5 minmarkdown

`handlers/`

`services/`

0
General
PromptBeginner5 minmarkdown

| Axum Handler | `axum::`

`Router`

0
General
PromptBeginner5 minmarkdown

- `Cargo.toml` (dependencies

features)

0
General
PromptBeginner5 minmarkdown

- `crates/`

`packages/` directories

0
General
PromptBeginner5 minmarkdown

- `spec/`

`test/`

0
General
PromptBeginner5 minmarkdown

- `app/services/`

`app/jobs/`

0
General
PromptBeginner5 minmarkdown

- `app/controllers/`

`app/models/`

0
General
PromptBeginner5 minmarkdown

- `bin/rails`

`bin/rake`

0
General
PromptBeginner5 minmarkdown

- README/docs

CI

0