NEW Browse AI tools across categories — updated daily. See what's new →

Prompt Engineering

Teaches well-known prompt engineering techniques and patterns, including Anthropic best practices and agent persuasion principles

AuthorNeoLabHQ
Version1.0.0
LicenseMIT
Token count~530
Views1
UpdatedJun 5, 2026

Install

Quick install

via npx skills · works with 57+ agents
npx skills add https://github.com/NeoLabHQ/context-engineering-kit/tree/master/plugins/customaize-agent/skills/prompt-engineering
Or pick agent:
npx skills add NeoLabHQ/context-engineering-kit --skill prompt-engineering --agent claude-code
npx skills add NeoLabHQ/context-engineering-kit --skill prompt-engineering --agent cursor
npx skills add NeoLabHQ/context-engineering-kit --skill prompt-engineering --agent codex
npx skills add NeoLabHQ/context-engineering-kit --skill prompt-engineering --agent opencode
npx skills add NeoLabHQ/context-engineering-kit --skill prompt-engineering --agent github-copilot
npx skills add NeoLabHQ/context-engineering-kit --skill prompt-engineering --agent windsurf
More install options

Shorthand — useful for multi-skill repos:

npx skills add NeoLabHQ/context-engineering-kit --skill prompt-engineering

Manual — clone the repo and drop the folder into your agent's skills directory:

git clone https://github.com/NeoLabHQ/context-engineering-kit.git
cp -r context-engineering-kit/plugins/customaize-agent/skills/prompt-engineering ~/.claude/skills/
How to use: Once installed, ask your agent to "use the prompt-engineering skill" or describe what you want (e.g. "Teaches well-known prompt engineering techniques and patterns, including Anthrop"). Requires Node.js 18+.

prompt-engineering

Teaches well-known prompt engineering techniques and patterns, including Anthropic best practices and agent persuasion principles

What is it?
LLMs respond to the same persuasion principles as humans. Understanding this psychology helps you design more effective skills - not to manipulate, but to ensure critical practices are followed even under pressure.

Research foundation: Meincke et al. (2025) tested 7 persuasion principles with N=28,000 AI conversations. Persuasion techniques more than doubled compliance rates (33% → 72%, p < .001).

How to use it?

prompt = template.format( language="Python", focus_area="security vulnerabilities", code_block=user_code, checklist="1. SQL injection\n2. XSS risks\n3. Authentication" )
``

Key Features

  • Hand-crafted plugin marketplace focused on improving agent results quality
  • Supports Claude Code, OpenCode, Cursor, Windsurf, and Cline
  • Built-in testing patterns and quality assurance
  • Code generation and development assistanceView on GitHub

GitHub Stats

StarsForksLast UpdateAuthorNeoLabHQLicenseGPL-3.0Version1.0.0

Categories

Developer ToolsAI & ML

Tags

testingclicodingintegration

Features

Related Skills

More from Developer Tools

software-architecture

Implements design patterns including Clean Architecture, SOLID principles, and comprehensive software design best practices

433NeoLabHQDeveloper Tools00

subagent-driven-development

Dispatches independent subagents for individual tasks with code review checkpoints between iterations for rapid, controlled development

433NeoLabHQDeveloper Tools00

Build MCP Server

MCP server development guide with agent-centric design principles, workflow-first approach, and dual Python (FastMCP) / TypeScript implementation support

433NeoLabHQAI & MLDeveloper Tools00

---

Source: https://github.com/NeoLabHQ/context-engineering-kit/tree/master/plugins/customaize-agent/skills/prompt-engineering
Author: NeoLabHQ
License: https://www.gnu.org/licenses/gpl-3.0.html
GitHub Stars: 433
Tags: testing, cli, coding, integration

SKILL.md source

---
name: prompt-engineering
description: Teaches well-known prompt engineering techniques and patterns, including Anthropic best practices and agent persuasion principles
---

# prompt-engineering

Teaches well-known prompt engineering techniques and patterns, including Anthropic best practices and agent persuasion principles

What is it?
LLMs respond to the same persuasion principles as humans. Understanding this psychology helps you design more effective skills - not to manipulate, but to ensure critical practices are followed even under pressure.

Research foundation: Meincke et al. (2025) tested 7 persuasion principles with N=28,000 AI conversations. Persuasion techniques more than doubled compliance rates (33% → 72%, p < .001).

## How to use it?
prompt = template.format(
language="Python",
focus_area="security vulnerabilities",
code_block=user_code,
checklist="1. SQL injection\n2. XSS risks\n3. Authentication"
)

```
``
```

## Key Features

* Hand-crafted plugin marketplace focused on improving agent results quality
* Supports Claude Code, OpenCode, Cursor, Windsurf, and Cline
* Built-in testing patterns and quality assurance
* Code generation and development assistanceView on GitHub

### GitHub Stats
StarsForksLast UpdateAuthorNeoLabHQLicenseGPL-3.0Version1.0.0

### Categories
Developer ToolsAI & ML

### Tags
testingclicodingintegration

### Features

## Related Skills
More from Developer Tools

### software-architecture
Implements design patterns including Clean Architecture, SOLID principles, and comprehensive software design best practices

433NeoLabHQDeveloper Tools00

### subagent-driven-development
Dispatches independent subagents for individual tasks with code review checkpoints between iterations for rapid, controlled development

433NeoLabHQDeveloper Tools00

### Build MCP Server
MCP server development guide with agent-centric design principles, workflow-first approach, and dual Python (FastMCP) / TypeScript implementation support

433NeoLabHQAI & MLDeveloper Tools00

---

**Source**: https://github.com/NeoLabHQ/context-engineering-kit/tree/master/plugins/customaize-agent/skills/prompt-engineering
**Author**: NeoLabHQ
**License**: https://www.gnu.org/licenses/gpl-3.0.html
**GitHub Stars**: 433
**Tags**: testing, cli, coding, integration

Related skills 6

agent-browser

★ Featured Official

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. Also use...

vercel-labs 297k
Testing & Quality

grill-me

★ Featured

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

mattpocock 192k
Testing & Quality

grill-with-docs

★ Featured

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

mattpocock 138k
Testing & Quality

minimal-run-and-audit

★ Featured

RigorPilot trusted execution and reporting skill for README-first deep learning repo reproduction. Use when the task is specifically to capture or normalize evidence from the selected smoke test or documented inference or evaluation command and write standardized `repro_outputs/` files, including patch notes when repository files changed. Do not use for training execution, initial repo intake, generic environment setup, paper lookup, target selection, hidden scientific-meaning changes, or end...

lllllllama 127k
Testing & Quality

polish

★ Featured

Performs a final quality pass fixing alignment, spacing, consistency, and micro-detail issues before shipping. Use when the user mentions polish, finishing touches, pre-launch review, something looks off, or wants to go from good to great.

pbakaus 86k
Testing & Quality

critique

★ Featured

Evaluate design from a UX perspective, assessing visual hierarchy, information architecture, emotional resonance, cognitive load, and overall quality with quantitative scoring, persona-based testing, automated anti-pattern detection, and actionable feedback. Use when the user asks to review, critique, evaluate, or give feedback on a design or component.

pbakaus 83k
Testing & Quality