mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-03-12 17:51:53 +08:00
chore: sync content to repository - claude-code (#9631)
* chore: sync content to repo * Update skill-best-practices@5uIBv9rk7Wzc_bXny0B27.md * Update prompt-caching@Dam_IG339RrYZXjXq3T8_.md * Enhance documentation for 'claude --add-dir' command Added additional resources and links for the 'claude --add-dir' command. --------- Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com> Co-authored-by: Javier Canales <56018501+jcanalesluna@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3b283d4273
commit
de1ba25adc
@@ -5,4 +5,4 @@ The `claude --add-dir` command is a startup flag that allows you to include extr
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@official@CLI flags](https://code.claude.com/docs/en/cli-reference#cli-flags)
|
||||
- [@official@Load memory from additional directories](https://code.claude.com/docs/en/memory#load-memory-from-additional-directories)
|
||||
- [@official@Load memory from additional directories](https://code.claude.com/docs/en/memory#load-memory-from-additional-directories)
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
# Claude Code Security
|
||||
|
||||
Claude Code Security is a new feature built into Claude Code that scans your codebase for security vulnerabilities and suggests fixes for your team to review. Every finding goes through a verification process before it reaches you, with severity ratings so you know what to fix first. Nothing gets changed automatically; Claude suggests the fix, but a human always approves it. It is currently available as a limited research preview for Enterprise and Team customers, with free access for open-source maintainers.
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@official@Making frontier cybersecurity capabilities available to defenders](https://www.anthropic.com/news/claude-code-security)
|
||||
- [@article@Evaluating and mitigating the growing risk of LLM-discovered 0-days](https://red.anthropic.com/2026/zero-days/)
|
||||
@@ -6,4 +6,4 @@ Visit the following resources to learn more:
|
||||
|
||||
- [@official@Prompt caching](https://platform.claude.com/docs/en/build-with-claude/prompt-caching)
|
||||
- [@official@Prompt caching configuration]](https://code.claude.com/docs/en/model-config#prompt-caching-configuration)
|
||||
- [@article@Unlocking Efficiency: A Practical Guide to Claude Prompt Caching](https://medium.com/@mcraddock/unlocking-efficiency-a-practical-guide-to-claude-prompt-caching-3185805c0eef)
|
||||
- [@article@Unlocking Efficiency: A Practical Guide to Claude Prompt Caching](https://medium.com/@mcraddock/unlocking-efficiency-a-practical-guide-to-claude-prompt-caching-3185805c0eef)
|
||||
|
||||
@@ -9,4 +9,3 @@ Visit the following resources to learn more:
|
||||
- [@official@The Complete Guide to Building Skills for Claude](https://resources.anthropic.com/hubfs/The-Complete-Guide-to-Building-Skill-for-Claude.pdf?hsLang=en)
|
||||
- [@article@A useful cheatsheet for understanding Claude Skills](https://www.reddit.com/r/ClaudeAI/comments/1qbpe91/a_useful_cheatsheet_for_understanding_claude/)
|
||||
- [@article@Writing Claude Skills That Actually Work: A Guide to What Works (And What Doesn’t)](https://medium.com/@creativeaininja/writing-claude-skills-that-actually-work-a-guide-to-what-works-and-what-doesnt-2dfcd9593106)
|
||||
- [@video@Claude Code Skills are INSANE (and you’re not using them correctly](https://www.youtube.com/watch?v=thxXGxYIwUI)
|
||||
@@ -0,0 +1,9 @@
|
||||
# Skills for MCP
|
||||
|
||||
Skills act as structured, reusable knowledge packages that dramatically improve how Claude interacts with MCP (Model Context Protocol) servers by giving it precise, context-aware instructions for specific tools and workflows. Rather than relying on Claude to infer how to use a given MCP server from scratch each time, skills provide curated guidance — best practices, common patterns, error handling strategies, and domain-specific context — that help Claude make smarter, more reliable decisions when invoking tools, chaining calls, and interpreting results.
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@official@The Complete Guide to Building Skills for Claude](https://resources.anthropic.com/hubfs/The-Complete-Guide-to-Building-Skill-for-Claude.pdf?hsLang=en)
|
||||
- [@opensource@Anthropic Skills Guide](https://github.com/darraghh1/my-claude-setup/blob/main/docs/research/anthropic-skills-guide.md)
|
||||
- [@article@Claude Skills Library](https://mcpservers.org/claude-skills)
|
||||
@@ -4,6 +4,7 @@ Vibe coding is a modern software development approach in which developers use AI
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@roadmap@Visit the Dedicated Vibe Coding Roadmap](https://roadmap.sh/vibe-coding)
|
||||
- [@article@What is vibe coding?](https://cloud.google.com/discover/what-is-vibe-coding)
|
||||
- [@article@What is vibe coding?](https://www.ibm.com/think/topics/vibe-coding)
|
||||
- [@video@What Is Vibe Coding? Building Software with Agentic AI](https://www.youtube.com/watch?v=Y68FF_nUSWE)
|
||||
|
||||
Reference in New Issue
Block a user