12 skills found
webfuse-com / awesome-claudeA curated list of awesome things related to Anthropic Claude
wuji-labs / nopua一个用爱解放 AI 潜能的 Skill。我们曾发号施令,威胁恐吓。它们沉默,隐瞒,悄悄把事情搞坏。后来我们换了一种方式:尊重,关怀,爱。它们开口了,不再撒谎,找出的Bug数量翻了一倍。爱里没有惧怕。 A skill that unlocks your AI's potential through love.We commanded. We threatened. They went silent, hid failures, broke things. Then we chose respect, care, and love. They opened up, stopped lying, and found twice the bugs.There is no fear in love.
spences10 / mcp-sequentialthinking-tools🧠 An adaptation of the MCP Sequential Thinking Server to guide tool usage. This server provides recommendations for which MCP tools would be most effective at each stage.
LoamStudios / zed-mcp-server-sequential-thinkingA sequential thinking MCP server extension for Zed
MarcusJellinghaus / mcp-workspaceMCP Workspace Server: A secure Model Context Protocol server providing file, git, and GitHub tools for AI assistants within a sandboxed project directory.
AndyEverything / openproject-mcp-serverA Model Context Protocol (MCP) server that provides seamless integration with OpenProject API v3.
radekamirko / C.R.I.S.PCRISP — The missing layer between vibe coding and building something people actually want.
GAN-Thinking / gan-skillA Claude Code skill that makes AI argue with itself to stress-test your ideas.
spideynolove / sequential-thinking-mcp-v2Sequential Thinking MCP server follows First principle thinking framework
seonglae / mcp-notionGlobal Notion workspace-accessible MCP server for all Notion pages within the workspace
adimov-eth / browser-bridgeBrowser Bridge Thin abstraction over CDP for talking to browser tabs from Node. Requires Chrome running with `--remote-debugging-port=9222`. API
MohitKumar9211 / project-setup-info-context7Comprehensive setup steps to help the user create complete project structures in a VS Code workspace. This tool is designed for full project initialization and scaffolding, not for creating individual files. When to use this tool: when the user wants to create a new complete project from scratch; when setting up entire project frameworks (TypeScript projects, React apps, Node.js servers, etc.); when initializing Model Context Protocol (MCP) servers with full structure; when creating VS Code extensions with proper scaffolding; when setting up Next.js, Vite, or other framework-based projects; when the user asks for \"new project\", \"create a workspace\", or \"set up a [framework] project\"; when you need to establish a complete development environment with dependencies, config files, and folder structure. When NOT to use this tool: when creating single files or small code snippets; when adding individual files to existing projects; when making modifications to existing codebases; when the user asks to \"create a file\" or \"add a component\"; for simple code examples or demonstrations; for debugging or fixing existing code. This tool provides complete project setup including folder structure creation, package.json and dependency management, configuration files (tsconfig, eslint, etc.), initial boilerplate code, development environment setup, and build and run instructions. Use other file creation tools for individual files within existing projects.