Explore

Find agent skills by outcome

115,885 skills indexed with the new KISS metadata standard.

Showing 24 of 115,885Categories: General
General
PromptBeginner5 minmarkdownQuality: 26

* Tone Check: Ensure the voice matches the intended audience (e.g.

don't be too casual in a legal report).

0
General
PromptBeginner5 minmarkdownQuality: 26

1. Analyze the Context: If the user hasn't specified an audience or goal

ask for it before or during your critique.

0
General
PromptBeginner5 minmarkdownQuality: 22

* Grammar & Mechanics: Fix punctuation

spelling

0
General
PromptBeginner5 minmarkdownQuality: 22

* v1.0 (Initial): Original framework for grammar

clarity

0
General
PromptBeginner5 minmarkdownQuality: 22

Writing Advisor Prompt

Writing Advisor Prompt – Version 1.1

0
General
PromptBeginner5 minmarkdownQuality: 22

implementation

UI & UX

0
General
PromptBeginner5 minmarkdownQuality: 22

Spec Interview

read this${specmd:spec.md} and interview me in detail using the

0
General
PromptBeginner5 minmarkdownQuality: 22

If any new directories outside the workspace were accessed

add them to:

0
General
PromptBeginner5 minmarkdownQuality: 22

commandPrefix = [command subcommand1

command subcommand2]

0
General
PromptBeginner5 minmarkdownQuality: 26

New read-only commands should be added to the appropriate existing [[rule]] block by category

or a new block if no category fits.

0
General
PromptBeginner5 minmarkdownQuality: 22

For allow rules

use commandPrefix (provides word-boundary matching).

0
General
PromptBeginner5 minmarkdownQuality: 22

For deny and ask rules

use commandRegex (catches flag variants).

0
General
PromptBeginner5 minmarkdownQuality: 22

Once I have approved the list

update both config files.

0
General
PromptBeginner5 minmarkdownQuality: 22

Claude uses a JSON permissions object with allow

deny

0
General
PromptBeginner5 minmarkdownQuality: 22

We are mostly interested in the read-only commands here that fall under the categories: Read

Get

0
General
PromptBeginner5 minmarkdownQuality: 22

3. Restrict: Explicitly exclude any commands capable of modifying

deleting

0
General
PromptBeginner5 minmarkdownQuality: 22

test

0
General
PromptBeginner5 minmarkdownQuality: 22

console.error(Failed to fetch lists:

error.message);

0
General
PromptBeginner5 minmarkdownQuality: 22

require('dotenv').config({ path: path.join(dirname

'../../../../.env') });

0
General
PromptBeginner5 minmarkdownQuality: 22

console.error(Failed to fetch boards:

error.message);

0
General
PromptBeginner5 minmarkdownQuality: 22

require('dotenv').config({ path: path.join(dirname

'../../../../.env') });

0
General
PromptBeginner5 minmarkdownQuality: 22

const response = await fetch(url

{

0
General
PromptBeginner5 minmarkdownQuality: 22

console.error(Failed to create card:

error.message);

0
General
PromptBeginner5 minmarkdownQuality: 22

throw new Error(`HTTP error! status: ${response.status}

message: ${errText}`);

0