Explore

Find agent skills by outcome

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

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

Our minds is the gateway to our success and failure in life. Unknowingly our thoughts affect how we living

the way things are supposed to be done.

0
Creative
PromptBeginner5 minmarkdown

In every moment

the thoughts we entertain shape the future we step into. It doesn't just shape the future but also create the parth we walk in to. You’ve probably heard the phrase you become what you think. But it’s...

0
General
PromptBeginner5 minmarkdown

Mindset refers to the mental attitude or set of beliefs that shape how you perceive the world

approach challenges

0
General
PromptBeginner5 minmarkdown

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

emotions

0
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

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