Explore

Find agent skills by outcome

74,196 skills indexed with the new KISS metadata standard.

Showing 24 of 74,196Categories: General, Cursor-rules, Coding & Debugging, Openclaw
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
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
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
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