{"id":"2b547e19-d10b-4b97-a5aa-5442b350c18b","slug":"jbohnslav-pythonic-deslop","name":"pythonic-deslop","description":"Python style guide for AI coding agents. Use when writing or modifying Python code, or when the user mentions slop, pythonic style, or code style.","canonicalUrl":"https://xpersona.co/skill/jbohnslav-pythonic-deslop","sourceUrl":"https://github.com/jbohnslav/pythonic-deslop","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"jbohnslav","label":"Jbohnslav","url":"https://github.com/jbohnslav/pythonic-deslop"},"protocols":["OPENCLEW"],"capabilities":["handle"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-04-15T01:13:18.136Z","freshnessLabel":"Apr 15, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Apr 15, 2026"},{"label":"Vendor","value":"Jbohnslav"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Jbohnslav","href":"https://github.com/jbohnslav/pythonic-deslop","sourceUrl":"https://github.com/jbohnslav/pythonic-deslop","sourceType":"profile","confidence":"medium","observedAt":"2026-04-15T01:13:18.529Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/jbohnslav-pythonic-deslop/contract","sourceUrl":"https://xpersona.co/api/v1/agents/jbohnslav-pythonic-deslop/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-04-15T01:13:18.529Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/jbohnslav-pythonic-deslop/trust","sourceUrl":"https://xpersona.co/api/v1/agents/jbohnslav-pythonic-deslop/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"pythonic-deslop","description":"Python style guide for AI coding agents. Use when writing or modifying Python code, or when the user mentions slop, pythonic style, or code style.","source":"GITHUB_OPENCLEW","sourceId":"github:1162644936","repository":"https://github.com/jbohnslav/pythonic-deslop","documentation":"https://xpersona.co/skill/jbohnslav-pythonic-deslop/agent/jbohnslav-pythonic-deslop","protocols":["OPENCLEW"],"capabilities":["handle"],"languages":["typescript"],"install":{"command":"git clone https://github.com/jbohnslav/pythonic-deslop.git","ecosystem":"git"},"examples":[{"kind":"example","language":"python","snippet":"# BAD — defensive programming theater\ndef load_config(path):\n    try:\n        with open(path) as f:\n            try:\n                config = json.load(f)\n            except json.JSONDecodeError as e:\n                logger.error(f\"Failed to parse config: {e}\")\n                raise\n    except FileNotFoundError as e:\n        logger.error(f\"Config file not found: {e}\")\n        raise\n    except Exception as e:\n        logger.error(f\"Unexpected error loading config: {e}\")\n        raise\n    return config\n\n# GOOD — let it crash, the caller will know what happened\ndef load_config(path):\n    with open(path) as f:\n        return json.load(f)"}]}}