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. p4nda0s
  4. /
  5. reverse-skills
  6. /
  7. Rev Frida

Rev Frida

Editor's Note

This generates Frida instrumentation scripts with modern API patterns baked in. It's tuned for the current CLI (no more --no-pause) and steers you toward event-driven native hooking instead of polling. The built-in module load helpers handle Android dlopen timing correctly, which saves you from the usual race conditions when targeting .so files. It also pushes back on blindly hooking constructors or .init_array, which is good advice since those tend to be fragile. If you're writing hooks for Android, iOS, or native targets and want something that generates working scripts instead of outdated Stack Overflow snippets, this is a solid starting point.

Install

npx skills add https://github.com/p4nda0s/reverse-skills --skill rev-frida
Votes
0
Installs739
GitHub Stars1.2k
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment