{"id":106927,"date":"2026-04-14T16:01:17","date_gmt":"2026-04-14T10:31:17","guid":{"rendered":"https:\/\/www.guvi.in\/blog\/?p=106927"},"modified":"2026-04-14T16:01:20","modified_gmt":"2026-04-14T10:31:20","slug":"claude-code-with-plugins","status":"publish","type":"post","link":"https:\/\/www.guvi.in\/blog\/claude-code-with-plugins\/","title":{"rendered":"Customize Claude Code with plugins: A Practical Guide"},"content":{"rendered":"\n<p>Claude Code is a powerful tool that lets developers delegate coding tasks directly from their terminal. But what makes it truly powerful is the ability to customize it with plugins. Just like a doctor using specific tools to examine a patient, Claude Code uses plugins to accomplish specific tasks more effectively.<\/p>\n\n\n\n<p>A developer reviewing ten pull requests before merging. A team member manually scanning documentation to understand system requirements. A project lead chasing down information from five different tools. These are not edge cases. They are daily realities in software development, and they consume enormous amounts of skilled developer time. Plugins are beginning to change that picture by giving Claude Code access to the tools and information that matter most.<\/p>\n\n\n\n<p>This guide explains what Claude Code with plugins context, when they genuinely help, how to set them up responsibly, and what to watch out for. No jargon. No fluff. Just clear, practical guidance you can act on.<\/p>\n\n\n\n<p><strong>Quick TL;DR Summary<\/strong><\/p>\n\n\n\n<ol>\n<li>This guide explains what plugins are and why Claude Code customization is one of the most important ways to improve your development workflow.<br><\/li>\n\n\n\n<li>It covers the core building blocks of Claude Code plugins, including tools, access permissions, and logging.<br><\/li>\n\n\n\n<li>You will learn when plugins genuinely help in your coding process and when a simpler approach is better.<br><\/li>\n\n\n\n<li>A step-by-step breakdown walks you through setting up your first plugin the right way.<br><\/li>\n\n\n\n<li>Real-world examples show how development teams are using customized Claude Code today.<br><\/li>\n\n\n\n<li>Practical strategies help you avoid the most common and most costly mistakes in plugin customization.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Are Plugins for Claude Code?<\/strong><\/h2>\n\n\n\n<p>Plugins are extensions that give Claude Code access to specific tools and capabilities beyond its core functionality. They work the same way <a href=\"https:\/\/www.guvi.in\/blog\/ai-agents-in-artificial-intelligence\/\" target=\"_blank\" rel=\"noreferrer noopener\">AI agents<\/a> work in development workflows: they take a task, figure out what steps are needed, and execute them using available tools.<\/p>\n\n\n\n<p>In a development environment, a plugin might connect Claude Code to your Git repository, letting it understand what has been built before. In a research context, a plugin might access your internal documentation so Claude Code can follow your team&#8217;s specific standards. In a quality-focused team, a plugin might run automated tests so Claude Code knows immediately if the code works.<\/p>\n\n\n\n<p>The key difference between <a href=\"https:\/\/www.guvi.in\/blog\/what-is-claude-code\/\" target=\"_blank\" rel=\"noreferrer noopener\">Claude Code<\/a> without plugins and Claude Code with plugins is that plugins let Claude Code access your actual systems and context. Without plugins, Claude Code writes generic code. With plugins, Claude Code writes code that fits your specific project, follows your team&#8217;s patterns, and integrates with your actual infrastructure.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The Problem with Current Development Workflows<\/strong><\/h2>\n\n\n\n<p>Developers waste enormous amounts of time on tasks that have nothing to do with actually writing code.<\/p>\n\n\n\n<p>1. <strong>What Developers Do Instead of Coding<\/strong><\/p>\n\n\n\n<p>Developers spend time reading documentation to understand requirements. They check previous code to follow team patterns. They switch between five or more different tools just to access information. They wait for test results to come back. They manually verify that code works with existing systems.<\/p>\n\n\n\n<p>2. <strong>The Real Cost<\/strong><\/p>\n\n\n\n<p>Developer burnout is rising because coding time keeps shrinking. Errors creep in because developers lack complete information. Code reviews take longer because reviewers must check if code fits existing patterns.<\/p>\n\n\n\n<p><strong>3. Why Plugins Change Everything<\/strong><\/p>\n\n\n\n<p>Standard tools are rigid. They follow rules but cannot reason. Plugins give Claude Code access to your actual tools and information. This solves the real problem: most development tasks are not single questions. They are multi-step processes that require understanding existing code, checking requirements, validating against real systems, and producing something reviewable.<\/p>\n\n\n\n<p><strong>Read More: <\/strong><a href=\"https:\/\/www.guvi.in\/blog\/how-to-use-claude-code\/\" target=\"_blank\" rel=\"noreferrer noopener\">How to Use Claude Code: A Beginner\u2019s Guide<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>When to Use Plugins for Claude Code<\/strong><\/h2>\n\n\n\n<p>Plugins are not the right solution for every development task. In a field where code quality and reliability matter, it is worth being precise about where they add genuine value.<\/p>\n\n\n\n<ol>\n<li><strong>Tasks involving understanding your actual codebase<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Your repository, commit history, and existing code patterns contain enormous amounts of useful information. Plugins can read code, check git history, and understand existing patterns far faster than a human developer can explain them.<\/p>\n\n\n\n<ol start=\"2\">\n<li><strong>Repetitive processes that follow a consistent pattern<\/strong><\/li>\n<\/ol>\n\n\n\n<p><a href=\"https:\/\/www.guvi.in\/blog\/bringing-code-review-to-claude-code\/\" target=\"_blank\" rel=\"noreferrer noopener\">Code review<\/a> checks, test running, documentation updates, and routine validation all follow predictable structures. Plugins handle these reliably and free up developers for work that requires human judgment.<\/p>\n\n\n\n<ol start=\"3\">\n<li><strong>Work requiring context from multiple systems<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Building a feature requires understanding requirements from your project management system, code structure from your repository, <a href=\"https:\/\/www.guvi.in\/hub\/network-programming-with-python\/understanding-apis\/\" target=\"_blank\" rel=\"noreferrer noopener\">API<\/a> contracts from your documentation, and database schema from your infrastructure. Plugins pull this information together.<\/p>\n\n\n\n<ol start=\"4\">\n<li><strong>Continuous validation and feedback<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Testing code, checking it against standards, and catching errors before they cause problems are tasks that benefit from immediate, consistent attention. Plugins provide this automatically.<\/p>\n\n\n\n<div style=\"background-color: #099f4e; border: 3px solid #110053; border-radius: 12px; padding: 18px 22px; color: #FFFFFF; font-size: 18px; font-family: Montserrat, Helvetica, sans-serif; line-height: 1.7; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); max-width: 750px;\">\n  <strong style=\"font-size: 22px; color: #FFFFFF;\">\ud83d\udca1 Did You Know?<\/strong>\n  <br \/><br \/>\n  Studies show that reducing <strong style=\"color: #110053;\">context switching<\/strong> \u2014 constantly jumping between tools and systems \u2014 can improve <strong style=\"color: #110053;\">developer efficiency by up to 35%<\/strong>. Plugins help solve this by giving <strong style=\"color: #110053;\">Claude Code<\/strong> direct access to <strong style=\"color: #110053;\">repositories, documentation, and project tools<\/strong> in one place, allowing developers to spend less time searching and more time writing <strong style=\"color: #110053;\">high-quality code<\/strong>.\n  <br \/><br \/>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The Core Building Blocks<\/strong><\/h2>\n\n\n\n<p>Every plugin used with Claude Code runs on the same core components. Understanding these is essential before deploying anything in your development workflow.<\/p>\n\n\n\n<ol>\n<li><strong>The Plugin Interface<\/strong><\/li>\n<\/ol>\n\n\n\n<p>This is how Claude Code communicates with the plugin. It sends requests like &#8220;fetch this file,&#8221; &#8220;check this repository,&#8221; or &#8220;run this test.&#8221; A well-designed interface is clear about what the plugin can do and what information it needs. Claude Code needs to understand exactly what each plugin does and when to use it.<\/p>\n\n\n\n<ol start=\"2\">\n<li><strong>Access Tools<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Plugins need permissions to interact with your systems. These might include API keys, database credentials, or authentication tokens. Properly managing these permissions is critical. A plugin should only have access to the tools it genuinely needs for its task, nothing more. Over-permissioned plugins are security risks.<\/p>\n\n\n\n<ol start=\"3\">\n<li><strong>Data Handling<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Plugins often work with sensitive information like source code, internal documentation, or system configurations. How a plugin receives, processes, and returns this data matters enormously. Plugins should never store sensitive information unnecessarily or transmit it insecurely. Data flows should be clear and auditable.<\/p>\n\n\n\n<ol start=\"4\">\n<li><strong>Error Handling and Logging<\/strong><\/li>\n<\/ol>\n\n\n\n<p>When something goes wrong, plugins need to tell Claude Code what happened clearly. They should also log their actions so you can see what the plugin did, when it did it, and what the results were. This is essential for troubleshooting and understanding your workflow.<\/p>\n\n\n\n<ol start=\"5\">\n<li><strong>Escalation Rules<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Not every problem can be solved automatically. Good plugins know when to ask for human help. A plugin might flag conflicts, ask for clarification, or pause a task when it cannot decide what to do safely. Claude Code should understand when to escalate to a human developer.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Types of Plugins You Can Use Today<\/strong><\/h2>\n\n\n\n<ol>\n<li><strong>Version Control Plugins<\/strong><\/li>\n<\/ol>\n\n\n\n<p>These connect Claude Code to Git or similar systems. The plugin can fetch your current codebase, check your commit history, and help Claude Code understand the context of your project. This is how Claude Code knows what has already been built and what standards your team follows.<\/p>\n\n\n\n<ol start=\"2\">\n<li><strong>Documentation Plugins<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Documentation plugins link Claude Code to your internal documentation, README files, or knowledge bases. When Claude Code needs to understand how your system works or what conventions your team uses, it can consult these resources automatically.<\/p>\n\n\n\n<ol start=\"3\">\n<li><strong>Testing and Validation Plugins<\/strong><\/li>\n<\/ol>\n\n\n\n<p>These plugins run tests on the code Claude Code writes. If tests fail, Claude Code knows immediately and can fix the code without waiting for you to run tests manually. This is similar to how agents in other fields test their work before presenting results for review.<\/p>\n\n\n\n<ol start=\"4\">\n<li><strong>Project Management Plugins<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Project management plugins connect to tools like Jira, Asana, or Linear. Claude Code can read task descriptions, understand requirements clearly, and update status. This ensures Claude Code is building exactly what was requested.<\/p>\n\n\n\n<ol start=\"5\">\n<li><strong>Database and API Plugins<\/strong><\/li>\n<\/ol>\n\n\n\n<p>These plugins give Claude Code access to your data structures and API specifications. It might query a database to understand your current schema, fetch API documentation, or validate that code changes will work with your real systems.<\/p>\n\n\n\n<ol start=\"6\">\n<li><strong>Communication Plugins<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Notification plugins let Claude Code send messages to your team when important events happen. It might post to Slack when a task is complete, send an email summary of changes, or flag issues that need human review.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step-by-Step: Setting Up Your First Plugin<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 1: Define the task with clarity<\/strong><\/h3>\n\n\n\n<p>Write down exactly what you want Claude Code to do, what information it will need, and what result you expect. In development work, the output specification matters as much as the task itself. Clear requirements prevent Claude Code from heading in the wrong direction.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 2: Identify which plugin solves this problem<\/strong><\/h3>\n\n\n\n<p>Do not start with the most advanced plugin available. Start with something that solves a specific, real problem for your development process. Common good choices are version control plugins (so Claude Code understands your codebase) or documentation plugins (so Claude Code can reference your standards).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 3: Map out the systems the plugin will access<\/strong><\/h3>\n\n\n\n<p>List every system the plugin will need to access. Check that accessing those systems is covered by your security policies. Verify that the plugin only needs the permissions it actually uses. In most development environments, this step involves your security or infrastructure teams before any configuration happens.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 4: Test the plugin in isolation first<\/strong><\/h3>\n\n\n\n<p>Before using the plugin with real projects, test it with simple tasks. Ask Claude Code to fetch a file, read documentation, or run a test using only the plugin. This confirms the connection works and gives you a chance to see how the plugin behaves.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 5: Give Claude Code clear instructions on using the plugin<\/strong><\/h3>\n\n\n\n<p>Tell Claude Code when and how to use the plugin. For example, &#8220;Before writing database queries, fetch the current schema using the database plugin to make sure your code will work.&#8221; Clear instructions prevent misuse and help Claude Code use the plugin effectively.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 6: Review what the plugin returns before Claude Code uses it<\/strong><\/h3>\n\n\n\n<p>Build the review checkpoint into your workflow. Claude Code receives information from the plugin. You review whether that information is correct and current before Claude Code acts on it. Log both what the plugin returned and what Claude Code did with it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 7: Monitor continuously after using the plugin<\/strong><\/h3>\n\n\n\n<p>Using a plugin is not a one-time event. Track what the plugin returns, whether Claude Code interprets it correctly, and whether the overall output improves. Set thresholds for when the plugin should be reviewed or reconfigured.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Real-World Examples of Plugins in Development<\/strong><\/h2>\n\n\n\n<ol>\n<li><strong>The Software Development Team Accelerating Code Reviews<\/strong><\/li>\n<\/ol>\n\n\n\n<p>A team uses Claude Code with Git and testing plugins. Code review time dropped from two hours to 30 minutes per pull request because Claude Code handles basic standards checks automatically.<\/p>\n\n\n\n<ol start=\"2\">\n<li><strong>The Company Reducing Documentation Drift<\/strong><\/li>\n<\/ol>\n\n\n\n<p>A company uses a documentation plugin with Claude Code. Claude Code consults the internal knowledge base automatically and flags outdated documentation for the team.<\/p>\n\n\n\n<ol start=\"3\">\n<li><strong>The Team Building with Confidence<\/strong><\/li>\n<\/ol>\n\n\n\n<p>A team uses Claude Code with database, API, and testing plugins. Claude Code validates code against real schemas and runs tests automatically. Integration errors are caught instantly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Pros and Cons of Plugins for Claude Code<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Pros:<\/strong><\/h3>\n\n\n\n<ul>\n<li>Reduce time spent on repetitive tasks like checking code against standards, running tests, and verifying integration with existing systems<\/li>\n\n\n\n<li>Improve code quality by giving Claude Code access to actual system context instead of assumptions<\/li>\n\n\n\n<li>Enable faster development cycles by providing immediate feedback instead of waiting for human review<\/li>\n\n\n\n<li>Increase consistency by enforcing team standards automatically<\/li>\n\n\n\n<li>Scale development capacity without proportional increases in staffing costs<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Cons:<\/strong><\/h3>\n\n\n\n<ul>\n<li>Plugins add complexity that requires careful setup and maintenance<\/li>\n\n\n\n<li>Misconfigured plugins can give Claude Code access to systems it should not touch<\/li>\n\n\n\n<li>Plugin errors can propagate through your codebase if not caught quickly<\/li>\n\n\n\n<li>Over-reliance on plugins can hide underlying problems in code organization or documentation<\/li>\n\n\n\n<li>Keeping plugins updated and compatible requires ongoing effort<\/li>\n<\/ul>\n\n\n\n<div style=\"background-color: #099f4e; border: 3px solid #110053; border-radius: 12px; padding: 18px 22px; color: #FFFFFF; font-size: 18px; font-family: Montserrat, Helvetica, sans-serif; line-height: 1.7; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); max-width: 750px;\">\n  <strong style=\"font-size: 22px; color: #FFFFFF;\">\ud83d\udca1 Did You Know?<\/strong>\n  <br \/><br \/>\n  Organizations that implement <strong style=\"color: #110053;\">plugin logging and monitoring<\/strong> can detect issues up to <strong style=\"color: #110053;\">10\u00d7 faster<\/strong> than those without it. When a plugin returns incorrect data or <strong style=\"color: #110053;\">Claude Code<\/strong> misinterprets results, <strong style=\"color: #110053;\">audit logs<\/strong> provide clear visibility into what went wrong and why \u2014 enabling teams to fix problems <strong style=\"color: #110053;\">immediately<\/strong> instead of discovering them much later.\n  <br \/><br \/>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Top Strategies to Get the Most Out of Plugins<\/strong><\/h2>\n\n\n\n<ol>\n<li><strong>Start with non-critical tasks first<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Begin with documentation and non-critical validation, not your most important systems. Build confidence with lower-risk applications first.<\/p>\n\n\n\n<ol start=\"2\">\n<li><strong>Never remove the human from verification<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Always have a human verify Claude Code&#8217;s work before it affects production systems. The review step is your safety net.<\/p>\n\n\n\n<ol start=\"3\">\n<li><strong>Be explicit about plugin limits<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Write clear rules for what Claude Code must escalate and what it cannot do. Transparency about limits builds more trust than false confidence.<\/p>\n\n\n\n<ol start=\"4\">\n<li><strong>Configure before scaling<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Get one plugin right before adding another. Configuration quality matters more than plugin quantity.<\/p>\n\n\n\n<ol start=\"5\">\n<li><strong>Log everything and review regularly<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Monitor plugin logs to catch problems and identify improvements to plugin configuration.<\/p>\n\n\n\n<ol start=\"6\">\n<li><strong>Build trust through transparency<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Involve your team in selecting and testing plugins. Show them results, limitations, and the review process.<\/p>\n\n\n\n<ol start=\"7\">\n<li><strong>Plan for failure<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Have fallback processes ready. Development workflows cannot stop because a plugin is down.<\/p>\n\n\n\n<p>If you want to learn more about customizing Claude Code with plugins, do not miss the chance to enroll in HCL GUVI&#8217;s<strong> Intel &amp; IITM Pravartak Certified <\/strong><a href=\"https:\/\/www.guvi.in\/mlp\/artificial-intelligence-and-machine-learning?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=customize-claude-code-with-plugins\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Artificial Intelligence &amp; Machine Learning course.<\/strong><\/a><strong> <\/strong>Endorsed with <strong>Intel certification<\/strong>, this course adds a globally recognized credential to your resume, a powerful edge that sets you apart in the competitive AI job market.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>Plugins for Claude Code represent one of the most significant opportunities to improve development productivity, and one of the most important reasons to implement oversight carefully. The potential to reduce manual work, improve code quality, accelerate development cycles, and ultimately deliver better software is real and growing.<\/p>\n\n\n\n<p>But this is not a domain where moving fast and fixing problems later is acceptable. The code affects your systems and your customers. The right approach is to start carefully, configure plugins properly, keep humans in the loop on every important decision, and expand only when what you have built has proven itself reliable.<\/p>\n\n\n\n<p>The teams that will do this well are not those who deploy the most plugins the fastest. They are those who deploy the right plugins in the right places with the right oversight in place. Start there, build trust, and grow from a foundation that holds up when it matters most.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>FAQs<\/strong><\/h2>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1776110460285\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">1. <strong>Are Claude Code plugins subject to security review?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>It depends on what systems the plugins access and what your organization requires. Plugins that touch production systems, databases, or sensitive code should always go through security review. Always involve your security team before deploying plugins that access critical infrastructure.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1776110474791\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">2. <strong>How do plugins handle code security?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Responsible plugins are designed to operate within your organization&#8217;s security policies. This includes restricting access to only the data needed for the task, maintaining audit logs of all access, and never storing sensitive information unnecessarily.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1776110500090\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">3. <strong>Can plugins make deployment decisions?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Current best practice is that plugins in Claude Code support development decisions rather than make them. The plugin provides information, runs tests, or checks standards. A developer makes the decision and takes responsibility for it.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1776110516515\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">4. <strong>What happens when a plugin returns incorrect information?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>This is why review checkpoints and audit logging are critical. When a plugin returns incorrect information, the log shows exactly what the plugin did. The developer catches the error before it affects code. The log is used to improve plugin configuration or documentation.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1776110538211\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">5. <strong>Where should a development team start with plugins?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Documentation and version control plugins with low infrastructure risk are the right starting point for most teams. These deliver immediate value, help developers understand requirements and existing code, and require minimal security setup. Build experience and trust there before moving to plugins that access production systems.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Claude Code is a powerful tool that lets developers delegate coding tasks directly from their terminal. But what makes it truly powerful is the ability to customize it with plugins. Just like a doctor using specific tools to examine a patient, Claude Code uses plugins to accomplish specific tasks more effectively. A developer reviewing ten [&hellip;]<\/p>\n","protected":false},"author":63,"featured_media":107020,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[933],"tags":[],"views":"39","authorinfo":{"name":"Vishalini Devarajan","url":"https:\/\/www.guvi.in\/blog\/author\/vishalini\/"},"thumbnailURL":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/Claude-Code-with-plugins-300x112.webp","jetpack_featured_media_url":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/Claude-Code-with-plugins.webp","_links":{"self":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/106927"}],"collection":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/users\/63"}],"replies":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/comments?post=106927"}],"version-history":[{"count":4,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/106927\/revisions"}],"predecessor-version":[{"id":107022,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/106927\/revisions\/107022"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media\/107020"}],"wp:attachment":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media?parent=106927"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/categories?post=106927"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/tags?post=106927"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}