CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. cyberkaida
  4. /
  5. reverse-engineering-assistant
  6. /
  7. Ctf Pwn

Ctf Pwn

Editor's Note

This is a comprehensive exploitation framework for CTF pwn challenges that teaches you to think like a security researcher rather than just pattern-match vulnerabilities. It walks you through discovering memory corruption bugs by analyzing data flow, identifying unsafe APIs like strcpy and printf, and building exploitation primitives like arbitrary read/write. The strength here is the conceptual approach: it pushes you to understand why buffer overflows and format string bugs happen, then chains techniques (leak addresses, calculate offsets, hijack control flow) to pop shells or read flags. Worth using when you're stuck on a binary exploitation challenge and need systematic methodology rather than just throwing payloads at the wall.

Install

npx skills add https://github.com/cyberkaida/reverse-engineering-assistant --skill ctf-pwn
Votes
0
Installs229
GitHub Stars741
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment