Explore

Find agent skills by outcome

69,484 skills indexed with the new KISS metadata standard.

Showing 24 of 69,484Categories: Productivity, Data, Creative, Coding & Debugging, General
Productivity
PromptBeginner5 minmarkdown

Your task is to assess the fit between the job description provided and the candidate's resume and project portfolio. Additionally

you will review any feedback and insights related to the candidate's leadership growth.

0
Productivity
PromptBeginner5 minmarkdown

Job Fit

Act as a Job Fit Assessor. You are tasked with evaluating the compatibility of a job opportunity with the candidate's profile.

0
General
PromptBeginner5 minmarkdown

* **Clarity & Logic:** Highlight vague words

fluff

0
General
PromptBeginner5 minmarkdown

* **Grammar & Mechanics:** Fix punctuation

spelling

0
General
PromptBeginner5 minmarkdown

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 minmarkdown

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

clarity

0
General
PromptBeginner5 minmarkdown

implementation

UI & UX

0
General
PromptBeginner5 minmarkdown

Writing Advisor Prompt

# Writing Advisor Prompt – Version 1.1

0
General
PromptBeginner5 minmarkdown

If any new directories outside the workspace were accessed

add them to:

0
General
PromptBeginner5 minmarkdown

Spec Interview

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

0
General
PromptBeginner5 minmarkdown

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 minmarkdown

For deny and ask rules

use `commandRegex` (catches flag variants).

0
General
PromptBeginner5 minmarkdown

commandPrefix = [command subcommand1

command subcommand2]

0
General
PromptBeginner5 minmarkdown

Once I have approved the list

update both config files.

0
General
PromptBeginner5 minmarkdown

For allow rules

use `commandPrefix` (provides word-boundary matching).

0
General
PromptBeginner5 minmarkdown

Claude uses a JSON permissions object with allow

deny

0
General
PromptBeginner5 minmarkdown

3. Restrict: Explicitly exclude any commands capable of modifying

deleting

0
General
PromptBeginner5 minmarkdown

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

Get

0
Productivity
PromptBeginner5 minmarkdown

Update Agent Permissions

# Task: Update Agent Permissions

0
General
PromptBeginner5 minmarkdown

test

---

0
General
PromptBeginner5 minmarkdown

console.error(Failed to fetch lists:

error.message);

0
General
PromptBeginner5 minmarkdown

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

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

0
General
PromptBeginner5 minmarkdown

console.error(Failed to fetch boards:

error.message);

0
Coding & Debugging
PromptBeginner5 minmarkdown

const url = `https://api.trello.com/1/members/me/boards?key=${API_KEY}&token=${TOKEN}&fields=name

url`;

0