Explore

Find agent skills by outcome

105,450 skills indexed with the new KISS metadata standard.

Showing 24 of 105,450Categories: General, Cursor-rules, Coding & Debugging, Data, Communication
General
PromptBeginner5 minmarkdown

Our mind is such a deep and powerful thing. It's where thoughts

emotions

0
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

- `src/`

`crates/`

0
General
PromptBeginner5 minmarkdown

- Common: `cargo build`

`cargo test`

0
General
PromptBeginner5 minmarkdown

| Trait | `pub trait *`

`impl * for` | rust-trait |

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

| CLI | `clap`

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

0
General
PromptBeginner5 minmarkdown

| Error Type | `thiserror`

`anyhow`

0
Data
PromptBeginner5 minmarkdown

| SQLx | `sqlx::`

`FromRow`

0
General
PromptBeginner5 minmarkdown

| SeaORM | `sea_orm::`

`Entity`

0
General
PromptBeginner5 minmarkdown

| Diesel Model | `diesel::`

`Queryable`

0
General
PromptBeginner5 minmarkdown

| Repository | `*Repository`

`trait *Repository` | rust-repository |

0
General
PromptBeginner5 minmarkdown

| Rocket Route | `rocket::`

`#[get]`

0
General
PromptBeginner5 minmarkdown

| Service | `impl *Service`

`pub struct *Service` | rust-service |

0
General
PromptBeginner5 minmarkdown

| Actix Route | `actix_web::`

`#[get]`

0
General
PromptBeginner5 minmarkdown

| Axum Handler | `axum::`

`Router`

0
General
PromptBeginner5 minmarkdown

`handlers/`

`services/`

0
General
PromptBeginner5 minmarkdown

- `Cargo.toml` (dependencies

features)

0
General
PromptBeginner5 minmarkdown

- `src/`

`crates/*/src/`

0
General
PromptBeginner5 minmarkdown

- `crates/`

`packages/` directories

0
General
PromptBeginner5 minmarkdown

- `spec/`

`test/`

0
General
PromptBeginner5 minmarkdown

- `app/controllers/`

`app/models/`

0