content-creator
88Create Brand-Consistent Marketing Content
Marketing teams need content that stays consistent across channels. This skill helps plan, write, analyze, and optimize content for brand voice and SEO.
Build Safer DeFi Protocol Prototypes
DeFi contracts are difficult to design and secure. This skill provides Solidity starting points for staking, AMMs, governance, and flash loans, with validation guidance.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "defi-protocol-templates" from https://skillstore.io/skills/sickn33-defi-protocol-templates.md and its manifest at https://skillstore.io/api/skills/sickn33-defi-protocol-templates/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "defi-protocol-templates". Compare the staking and AMM examples for a rewards platform.
Expected outcome:
Using "defi-protocol-templates". Review the flash-loan example before local testing.
Expected outcome:
Using "defi-protocol-templates". Prepare the AMM template for a security review.
Expected outcome:
Add slippage limits and deadlines, use safe token transfers, document supported tokens, define invariants, and test adversarial transaction ordering.
All 26 static findings are false positives caused by Solidity require statements and Markdown backticks, not dynamic loading, command execution, or reconnaissance. Semantic review found exploitable token-handling and receiver-authorization flaws, missing slippage protections, and a broken flash-loan repayment flow in examples described as production-ready.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/sickn33-defi-protocol-templates/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/sickn33-defi-protocol-templates?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/sickn33-defi-protocol-templates?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-defi-protocol-templates/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/sickn33-defi-protocol-templates.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>sickn33. (2026). defi-protocol-templates security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-defi-protocol-templates/audits/5@techreport{sickn33-sickn33-defi-protocol-templates-2026,
author = {sickn33},
title = {defi-protocol-templates security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-defi-protocol-templates/audits/5},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "defi-protocol-templates security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/sickn33-defi-protocol-templates/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-defi-protocol-templates:audit:5"
description: "Skillstore immutable audit report identifier"
Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
wshobson-defi-protocol-templates
2026-08-21
sickn33-defi-protocol-templates
2026-08-21
Adapt a staking or AMM example into an initial design for local testing.
Review reward, liquidity, voting, and callback patterns before selecting an architecture.
Identify missing controls and create a hardening checklist before implementation.
Explain which included template best fits [protocol idea]. List required inputs, key assumptions, and the first tests to write.
Adapt the staking example for [staking token] and [reward token]. Define reward funding, duration, withdrawal rules, and test cases without claiming production readiness.
Review the AMM template for slippage, token compatibility, reserve accounting, reentrancy, and economic attacks. Return prioritized changes and verification steps.
Create a threat model for [protocol design]. Cover trust boundaries, privileged roles, oracle risks, governance capture, token behavior, invariants, and incident controls.
Author
sickn33License
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/defi-protocol-templatesRef
f9e2c34b4f19c7f3e6b0a1e93227b5f77cc12526
Maintenance freshness
7/26/2026
Usage
8 downloads ยท 99 views
File structure
๐ SKILL.md
Create Brand-Consistent Marketing Content
Marketing teams need content that stays consistent across channels. This skill helps plan, write, analyze, and optimize content for brand voice and SEO.
Improve LLM Prompts With Proven Patterns
Inconsistent prompts waste time and make AI outputs hard to trust. This skill guides prompt design with reusable patterns, examples, evaluation steps, and optimization workflows.
Build Fullstack Apps with Senior Patterns
Teams need consistent setup, architecture, and review guidance for modern web applications. This skill provides scaffolders, workflow references, and quality prompts for React, Next.js, Node.js, GraphQL, and PostgreSQL projects.
Design Scalable Software Architectures
Architecture decisions are hard to compare across web, mobile, backend, and cloud systems. This skill provides structured guides and local scaffold scripts for reports, dependency review, and trade-off documentation.
Optimize AI Prompts With Prompt Engineer
Writing clear prompts is hard when goals are vague or complex. This skill turns rough requests into structured prompts using proven prompt frameworks.
Prioritize Product Work With Research Insights
Product teams need faster ways to rank features, synthesize interviews, and document decisions. This skill provides RICE scoring, interview analysis, and PRD templates for structured planning.
Review DeFi Protocol Integrations
by BarisSozen
DeFi integrations often fail because token units, decimals, and protocol formats are easy to mix up. This skill guides Claude, Codex, and Claude Code through checks for safer protocol code.
Build Starknet Apps with starknet.js
by internet-court
Starknet integrations require precise provider, account, transaction, and fee handling across several APIs. This skill provides focused starknet.js v9.x patterns for reliable TypeScript applications.
Build NFT Standards for Smart Contracts
by wshobson
NFT projects need correct token standards, metadata, royalties, and marketplace compatibility. This skill provides Solidity patterns for ERC-721, ERC-1155, soulbound tokens, dynamic NFTs, royalties, and metadata.
Improve Blockchain Integration Safety
by BarisSozen
Blockchain integrations often fail through weak RPC handling, bad gas assumptions, or unsafe transaction flow. This skill gives Claude, Codex, and Claude Code focused review guidance for safer smart contract interactions.
Build ChainGPT Web3 AI Apps
by internet-court
Web3 developers need clear API guidance for ChainGPT products before they write integration code. This skill summarizes endpoints, SDKs, costs, and implementation patterns for ChainGPT-powered applications.
Write Fast GenLayer Direct Tests
by internet-court
GenLayer contract testing can be slow when every change needs a full node or container. This skill helps Claude, Codex, and Claude Code create focused direct mode tests with pytest fixtures, mocks, and VMContext controls.