Explore

Find agent skills by outcome

60,978 skills indexed with the new KISS metadata standard.

Showing 24 of 60,978Categories: Creative, Data, Education, Cursor-rules, General, Coding & Debugging
Creative
PromptBeginner5 minmarkdown

Ultra-Photorealistic Romantic Cinematic Scene in the Rain

Faces must remain 100% identical to the reference with absolute identity lock: no face change, no beautification, no symmetry correction, no age shift, no skin smoothing, no expression alteration, sam...

0
General
PromptBeginner5 minmarkdown

- Common: `cargo build`

`cargo test`

0
General
PromptBeginner5 minmarkdown

- `Makefile`

README/docs

0
General
PromptBeginner5 minmarkdown

- `src/`

`crates/`

0
General
PromptBeginner5 minmarkdown

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

`#[test]` | rust-test |

0
General
PromptBeginner5 minmarkdown

| Integration Test | `tests/`

`#[tokio::test]` | integration-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

| Diesel Model | `diesel::`

`Queryable`

0
Data
PromptBeginner5 minmarkdown

| SQLx | `sqlx::`

`FromRow`

0
General
PromptBeginner5 minmarkdown

| SeaORM | `sea_orm::`

`Entity`

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

| Rocket Route | `rocket::`

`#[get]`

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

- `src/`

`crates/*/src/`

0
General
PromptBeginner5 minmarkdown

- `crates/`

`packages/` directories

0
General
PromptBeginner5 minmarkdown

- `app/services/`

`app/jobs/`

0
General
PromptBeginner5 minmarkdown

- `app/controllers/`

`app/models/`

0
General
PromptBeginner5 minmarkdown

- `spec/`

`test/`

0