TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #15457 · Jan 31

#shell#claude_code#mcp#skills Claude Code Plugins Directory offers high-quality plugins to extend Claude Code with custom commands, agents, skills, and hooks. Install easily via `/plugin install {plugin-name}@claude-plugin-directory` or browse in `/plugin > Discover`. Internal ones from Anthropic are in `/plugins`; external from partners in `/external_plugins`. Each has a standard structure with `plugin.json` metadata. This helps you customize workflows, automate tasks, and boost coding productivity across projects. https://github.com/anthropics/claude-plugins-official

Results

1 similar post found

Search: #subprocess

当前筛选 #subprocess清除筛选
djangoproject

@djangoproject · Post #430 · 09/02/2017, 03:23 AM

https://docs.python.org/3/library/subprocess.html The #subprocess module allows you to spawn new #processes, connect to their input/output/error pipes, and obtain their return codes. This module intends to replace several older #modules and #functions. #python