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 assistance
Related Skills
More from Developer Toolssoftware-architecture
Implements design patterns including Clean Architecture, SOLID principles, and comprehensive software design best practices
subagent-driven-development
Dispatches independent subagents for individual tasks with code review checkpoints between iterations for rapid, controlled development
Build MCP Server
MCP server development guide with agent-centric design principles, workflow-first approach, and dual Python (FastMCP) / TypeScript implementation support